mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
6118ef4c24
A quick way to visualize regularly spaced 4D data
12 lines
255 B
C++
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();
|