patch-x11_panel_cpp 435 B

123456789101112131415161718
  1. $OpenBSD: patch-x11_panel_cpp,v 1.1 2007/12/07 15:54:56 ajacoutot Exp $
  2. --- x11/panel.cpp.orig Sat Mar 22 20:50:44 2003
  3. +++ x11/panel.cpp Fri Dec 7 13:34:24 2007
  4. @@ -31,9 +31,11 @@ extern "C" {
  5. #include <X11/Xutil.h>
  6. #include <X11/keysym.h>
  7. }
  8. -#include <iostream.h>
  9. -#include <strstream.h>
  10. +#include <iostream>
  11. +#include <strstream>
  12. +using namespace std;
  13. +
  14. #include "utils.h"
  15. #include "xdata.h"
  16. #include "panel.h"