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

14 lines
315 B
C++

--- x11/panel.cpp.orig Sat Mar 22 20:50:44 2003
+++ x11/panel.cpp Sat Oct 25 21:47:34 2003
@@ -31,8 +31,9 @@
#include <X11/Xutil.h>
#include <X11/keysym.h>
}
-#include <iostream.h>
-#include <strstream.h>
+#include <iostream>
+#include <strstream>
+using namespace std;
#include "utils.h"
#include "xdata.h"