1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/games/xword/files/patch-GridWidget.cpp
Ying-Chieh Liao cf439dd621 add xword 0.07
A crossword puzzle application
2002-11-01 19:06:56 +00:00

20 lines
396 B
C++

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