mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
12 lines
228 B
C++
12 lines
228 B
C++
diff -u gnuPlotFile.h.orig gnuPlotFile.h
|
|
--- gnuPlotFile.h.orig Mon May 18 04:12:01 1998
|
|
+++ gnuPlotFile.h Thu Oct 30 21:42:04 2003
|
|
@@ -28,6 +28,8 @@
|
|
|
|
#include <string>
|
|
|
|
+using namespace std;
|
|
+
|
|
class gnuPlotFile
|
|
{
|
|
public:
|