diff options
Diffstat (limited to 'science/flounder/files/patch-Fl_Gnuplot.h')
-rw-r--r-- | science/flounder/files/patch-Fl_Gnuplot.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/science/flounder/files/patch-Fl_Gnuplot.h b/science/flounder/files/patch-Fl_Gnuplot.h new file mode 100644 index 0000000..27c98a5 --- /dev/null +++ b/science/flounder/files/patch-Fl_Gnuplot.h @@ -0,0 +1,11 @@ +--- src/Fl_Gnuplot.h.orig Tue Oct 15 04:00:20 2002 ++++ src/Fl_Gnuplot.h Tue Oct 15 04:00:37 2002 +@@ -47,6 +47,8 @@ + #include "FL/Fl_Widget.H" + #include "FL/Fl_Box.H" + ++using namespace std; ++ + class Fl_Gnuplot : public Fl_Box { + private: + Fl_Gnuplot(); |