mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
b87ad4546b
PR: 58876 Submitted by: Ports Fury
15 lines
315 B
C++
15 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"
|