diff options
Diffstat (limited to 'science/flounder/files/patch-Glarea.h')
-rw-r--r-- | science/flounder/files/patch-Glarea.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/science/flounder/files/patch-Glarea.h b/science/flounder/files/patch-Glarea.h new file mode 100644 index 000000000000..425cb28a0e21 --- /dev/null +++ b/science/flounder/files/patch-Glarea.h @@ -0,0 +1,11 @@ +--- src/Glarea.h.orig Tue Oct 15 01:13:37 2002 ++++ src/Glarea.h Tue Oct 15 01:15:44 2002 +@@ -43,6 +43,8 @@ + #include "RenderEPS.h" + #include "IGBheader.h" + ++using namespace std; ++ + typedef enum dispdim{DISP_XY, DISP_YZ, DISP_ZX, + DISP_YX, DISP_ZY, DISP_XZ} DispDim; + typedef enum bbvalue{ BBXM, BBXP, BBYM, BBYP, BBZM, BBZP } BBvalue; |