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

12 lines
310 B
C++

--- x11/viewport.cpp.orig Wed Jan 19 12:54:14 2000
+++ x11/viewport.cpp Sat Oct 25 21:49:00 2003
@@ -44,7 +44,8 @@
#include <X11/Xos.h>
#include <X11/keysym.h>
}
-#include <strstream.h>
+#include <strstream>
+using namespace std;
#define TICK_BORDER_WIDTH 5 // border width big enough for a tick mark.