Change iostream to iostream.h, strstream to strstream.h

for compatibility with older C++ libraries.
This commit is contained in:
Tom Lane 1999-05-16 14:34:59 +00:00
parent 2132e062e1
commit bbf3748347
2 changed files with 3 additions and 3 deletions

View File

@ -10,14 +10,14 @@
* 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 <stdlib.h>
#include <string.h>
#include <strstream>
#include <strstream.h>
#include "pgconnection.h"
extern "C" {

View File

@ -19,7 +19,7 @@
#define PGENV_H
#include <string>
#include <iostream>
#include <iostream.h>
#ifdef __sun__
#ifndef __GNUC__