Commit bbf37483 authored by Tom Lane's avatar Tom Lane

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

for compatibility with older C++ libraries.
parent 2132e062
......@@ -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" {
......
......@@ -19,7 +19,7 @@
#define PGENV_H
#include <string>
#include <iostream>
#include <iostream.h>
#ifdef __sun__
#ifndef __GNUC__
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment