diff options
Diffstat (limited to 'graphics/py-visual/files/patch-src-python-vector_array.cpp')
-rw-r--r-- | graphics/py-visual/files/patch-src-python-vector_array.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/py-visual/files/patch-src-python-vector_array.cpp b/graphics/py-visual/files/patch-src-python-vector_array.cpp new file mode 100644 index 000000000000..f37720a04127 --- /dev/null +++ b/graphics/py-visual/files/patch-src-python-vector_array.cpp @@ -0,0 +1,10 @@ +--- 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" + |