battleball (2.0-17) lib3d/region3d.h

Summary

 lib3d/region3d.h |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

    
download this patch

Patch contents

--- battleball-2.0.orig/lib3d/region3d.h
+++ battleball-2.0/lib3d/region3d.h
@@ -7,8 +7,8 @@
 #define REGION3D_h
 
 
-#include <iostream.h>
-#include <list.h>   // STL
+#include <iostream>
+#include <list>   // STL
 #include "general.h"
 #include "xform.h"
 #include "region2d.h"
@@ -18,6 +18,7 @@
 #include "edgetable.h"
 #include "xpanel3d.h"
 
+using namespace std;
 
 extern const pt3d::coord COORD_MAX;