1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/science/flounder/files/patch-Fl_Gnuplot.h
Ying-Chieh Liao 6118ef4c24 add flounder 0.32a
A quick way to visualize regularly spaced 4D data
2002-10-14 20:11:17 +00:00

12 lines
255 B
C++

--- 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();