Change iostream to iostream.h, strstream to strstream.h
authorTom Lane
Sun, 16 May 1999 14:34:59 +0000 (14:34 +0000)
committerTom Lane
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 9cbdd896171f4fb659cc48922ff540b2e2b67c83..73b198adf32b6376eb0852ec97b1e79e48ea2593 100644 (file)
  * Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *    $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pgconnection.cc,v 1.3 1999/05/10 15:27:18 momjian Exp $
+ *    $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pgconnection.cc,v 1.4 1999/05/16 14:34:59 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
 
 #include 
 #include 
-#include 
+#include .h>
 #include "pgconnection.h"
 
 extern "C" {
index e3e8d6303b696e0b1b4b508ead22c3e95509db2c..ae024dc3bd5c1428e36b10cac063c9939e88c04c 100644 (file)
@@ -19,7 +19,7 @@
 #define PGENV_H
 
 #include 
-#include 
+#include .h>
 
 #ifdef __sun__
 #ifndef __GNUC__