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

12 lines
268 B
C++

--- x11/l_agreement_dlg.cpp.orig Wed Jan 19 12:55:04 2000
+++ x11/l_agreement_dlg.cpp Sat Oct 25 21:46:33 2003
@@ -31,7 +31,8 @@
#include <X11/Xatom.h>
}
-#include <strstream.h>
+#include <strstream>
+using namespace std;
#include "xdata.h"
#include "panel.h"