freebsd-ports/games/freeorion/files/patch-python-PythonEnumWrapper.cpp
2009-05-06 04:46:40 +00:00

7 lines
242 B
C++

--- python/PythonEnumWrapper.cpp.orig 2009-04-09 08:40:02.000000000 +0200
+++ python/PythonEnumWrapper.cpp 2009-04-09 08:40:06.000000000 +0200
@@ -1,3 +1,4 @@
+#include <ostream>
#include "../universe/Enums.h"
#include <boost/python.hpp>