diff options
Diffstat (limited to 'games/xword/files/patch-Interface.cpp')
-rw-r--r-- | games/xword/files/patch-Interface.cpp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/games/xword/files/patch-Interface.cpp b/games/xword/files/patch-Interface.cpp new file mode 100644 index 0000000..2c106f4 --- /dev/null +++ b/games/xword/files/patch-Interface.cpp @@ -0,0 +1,19 @@ +--- src/Interface.cpp.orig Sat Nov 2 02:54:11 2002 ++++ src/Interface.cpp Sat Nov 2 02:54:33 2002 +@@ -34,6 +34,7 @@ + #include <gtk--/toolbar.h> + #include <gtk--/window.h> + #include <stdexcept> ++#include <algorithm> + + #include "Error.h" + #include "Filename.h" +@@ -42,6 +43,8 @@ + #include "String.h" + + #include "Namespace.h" ++ ++using namespace std; + + NAMESPACE_OPEN + |