blob: e18f67151514bfa40967944e904a1fd145791c10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-aa,v 1.4 2003/09/09 14:52:55 jmmv Exp $
--- include/plotter.h.orig 2000-06-28 20:21:36.000000000 +0900
+++ include/plotter.h 2003-09-09 21:21:17.000000000 +0900
@@ -58,8 +58,9 @@
/* Include iostream, stdio support if this is libplotter rather than
libplot. */
#ifndef NOT_LIBPLOTTER
-#include <iostream.h>
+#include <iostream>
#include <stdio.h>
+using namespace std;
#endif
/* THE GLOBAL VARIABLES IN GNU LIBPLOTTER */
|