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

12 lines
339 B
C++

$FreeBSD$
--- src/python/cvisualmodule.cpp Tue Mar 6 11:45:52 2007
+++ src/python/cvisualmodule.cpp.port Tue Mar 6 11:46:04 2007
@@ -5,6 +5,7 @@
// See the file license.txt for complete license terms.
// See the file authors.txt for a complete list of contributors.
+#include <iostream>
#include <stdexcept>
#include <exception>