1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/games/xword/files/patch-Puzzle.cpp
Ying-Chieh Liao cf439dd621 add xword 0.07
A crossword puzzle application
2002-11-01 19:06:56 +00:00

20 lines
328 B
C++

--- 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