summaryrefslogtreecommitdiff
path: root/games/battleball/patches/patch-bb_gob.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/battleball/patches/patch-bb_gob.h')
-rw-r--r--games/battleball/patches/patch-bb_gob.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/games/battleball/patches/patch-bb_gob.h b/games/battleball/patches/patch-bb_gob.h
new file mode 100644
index 00000000000..e53847007c3
--- /dev/null
+++ b/games/battleball/patches/patch-bb_gob.h
@@ -0,0 +1,17 @@
+$NetBSD: patch-bb_gob.h,v 1.1 2011/11/25 21:50:31 joerg Exp $
+
+--- bb/gob.h.orig 2011-11-25 15:17:06.000000000 +0000
++++ bb/gob.h
+@@ -7,8 +7,10 @@
+ #define BBGOB_h
+
+
+-#include <list.h>
+-#include <vector.h>
++#include <list>
++#include <vector>
++
++using namespace std;
+
+ #include "view.h"
+ #include "bb.h"