summaryrefslogtreecommitdiff
path: root/science/flounder/files/patch-RenderEPS.h
blob: b81b62a0866fc8ec0817d6f1b84cee66ee457c54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/RenderEPS.h.orig	Tue Oct 15 00:35:11 2002
+++ src/RenderEPS.h	Tue Oct 15 00:35:26 2002
@@ -23,6 +23,8 @@
 #include <GL/gl.h>
 #include <string>
 
+using namespace std;
+
 #define FB_BUFSIZE 1000000
 
 class RenderEPS {