mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
Change iostream to iostream.h, strstream to strstream.h
for compatibility with older C++ libraries.
This commit is contained in:
@ -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__
|
||||
|
Reference in New Issue
Block a user