diff options
Diffstat (limited to 'games/battleball/patches/patch-lib3d_pt3d.h')
-rw-r--r-- | games/battleball/patches/patch-lib3d_pt3d.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/games/battleball/patches/patch-lib3d_pt3d.h b/games/battleball/patches/patch-lib3d_pt3d.h new file mode 100644 index 00000000000..007f857ab06 --- /dev/null +++ b/games/battleball/patches/patch-lib3d_pt3d.h @@ -0,0 +1,18 @@ +$NetBSD: patch-lib3d_pt3d.h,v 1.1 2011/11/25 21:50:31 joerg Exp $ + +--- lib3d/pt3d.h.orig 2011-11-25 15:13:38.000000000 +0000 ++++ lib3d/pt3d.h +@@ -7,11 +7,12 @@ + #define PT3D_h + + +-#include <iostream.h> ++#include <iostream> + #include "general.h" + #include "pt2d.h" + #include "ang3d.h" + ++using namespace std; + + /*=========================================================================*/ + struct pt3d : pt2d { |