summaryrefslogtreecommitdiff
path: root/games/xword/files/patch-Interface.cpp
blob: 2c106f4c714b4308ed2da979169728299ea1cc9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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