summaryrefslogtreecommitdiff
path: root/games/xword/files/patch-GridWidget.cpp
blob: c41e9594113157de423da487ef67d0f3e66c5acc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- src/GridWidget.cpp.orig	Sat Nov  2 02:51:23 2002
+++ src/GridWidget.cpp	Sat Nov  2 02:53:22 2002
@@ -24,6 +24,7 @@
 
 #include "GridWidget.h"
 
+#include <iostream>
 #include <gdk/gdkkeysyms.h>
 #include <gtk--/style.h>
 
@@ -32,6 +33,8 @@
 //------------------------------------------------------------------------------
 
 #include "Namespace.h"
+
+using namespace std;
 
 NAMESPACE_OPEN