]> git.pld-linux.org Git - packages/bomberclone.git/commitdiff
- don't change headers, just use namespace std
authorsparky <sparky@pld-linux.org>
Fri, 27 Nov 2009 13:45:07 +0000 (13:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bomberclonemserv-include.patch -> 1.2

bomberclonemserv-include.patch

index d4c4f0bd738029668ec659f4f529bf603ef443d1..8fa87820f052bed1c8d39214c40026b91c7b2db1 100644 (file)
@@ -1,13 +1,10 @@
 --- bomberclonemserv-0.2.2/src/bcmserv.h.orig  2004-02-08 11:44:45.000000000 +0100
 +++ bomberclonemserv-0.2.2/src/bcmserv.h       2004-02-08 11:45:12.000000000 +0100
-@@ -22,8 +22,8 @@
- #include <sys/types.h>
- #include <time.h>
+@@ -22,7 +22,8 @@
  #include <string>
--#include <fstream>
--#include <iostream>
-+#include <fstream.h>
-+#include <iostream.h>
+ #include <fstream>
+ #include <iostream>
++using namespace std;
  
  #ifdef _WIN32
  #include <winsock.h>
This page took 0.35062 seconds and 4 git commands to generate.