freebsd-ports/games/xevil/files/patch-cmn::game_style.h
Kirill Ponomarev b87ad4546b - Fix build on -current
PR:		58876
Submitted by:	Ports Fury
2003-11-03 18:59:15 +00:00

12 lines
245 B
C

--- cmn/game_style.h.dist Sat Mar 22 20:22:30 2003
+++ cmn/game_style.h Sat Oct 25 21:41:50 2003
@@ -31,7 +31,8 @@
#endif
#if X11
-#include <strstream.h>
+#include <strstream>
+using namespace std;
#endif
#if WIN32
#include <strstrea.h>