Change iostream to iostream.h, strstream to strstream.h
authorTom Lane <[email protected]>
Sun, 16 May 1999 14:34:59 +0000 (14:34 +0000)
committerTom Lane <[email protected]>
Sun, 16 May 1999 14:34:59 +0000 (14:34 +0000)
for compatibility with older C++ libraries.

src/interfaces/libpq++/pgconnection.cc
src/interfaces/libpq++/pgenv.h

index 24ee0aa2a72444ee12c67c4490f92603fa86f623..06d3bccc5adfd3fd11bff77f1bbe721d51299caa 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <stdlib.h>
 #include <string.h>
-#include <strstream>
+#include <strstream.h>
 #include "pgconnection.h"
 
 extern "C" {
index e3e8d6303b696e0b1b4b508ead22c3e95509db2c..ae024dc3bd5c1428e36b10cac063c9939e88c04c 100644 (file)
@@ -19,7 +19,7 @@
 #define PGENV_H
 
 #include <string>
-#include <iostream>
+#include <iostream.h>
 
 #ifdef __sun__
 #ifndef __GNUC__