freebsd-ports/graphics/py-visual/files/patch-src-python-vector_array.cpp
Nicola Vitale 2e7df8936f - Updated to 4.b14
- It compiles on amd64 too
2007-03-09 17:15:06 +00:00

10 lines
423 B
C++

--- src/python/vector_array.cpp Tue Mar 6 12:39:10 2007
+++ src/python/vector_array.cpp.port Tue Mar 6 12:20:51 2007
@@ -1,6 +1,7 @@
// Copyright (c) 2000, 2001, 2002, 2003 by David Scherer and others.
// See the file license.txt for complete license terms.
// See the file authors.txt for a complete list of contributors.
+#include <iostream>
#include "python/vector_array.hpp"
#include "python/scalar_array.hpp"