summaryrefslogtreecommitdiff
path: root/games/xword/files/patch-Puzzle.cpp
blob: 2f5c5d315745d6e5e2645dee6794f88bc11300cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- src/Puzzle.cpp.orig	Sat Nov  2 02:56:14 2002
+++ src/Puzzle.cpp	Sat Nov  2 02:57:54 2002
@@ -26,6 +26,7 @@
 
 #include "Puzzle.h"
 
+#include <iostream>
 #include <fstream>
 #include <stdexcept>
 #include <stdio.h>
@@ -35,6 +36,8 @@
 #include "String.h"
 
 #include "Namespace.h"
+
+using namespace std;
 
 NAMESPACE_OPEN