Skip to content

Commit bbf3748

Browse files
committed
Change iostream to iostream.h, strstream to strstream.h
for compatibility with older C++ libraries.
1 parent 2132e06 commit bbf3748

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/interfaces/libpq++/pgconnection.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
* Copyright (c) 1994, Regents of the University of California
1111
*
1212
* IDENTIFICATION
13-
* $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pgconnection.cc,v 1.3 1999/05/10 15:27:18 momjian Exp $
13+
* $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pgconnection.cc,v 1.4 1999/05/16 14:34:59 tgl Exp $
1414
*
1515
*-------------------------------------------------------------------------
1616
*/
1717

1818
#include <stdlib.h>
1919
#include <string.h>
20-
#include <strstream>
20+
#include <strstream.h>
2121
#include "pgconnection.h"
2222

2323
extern "C" {

src/interfaces/libpq++/pgenv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#define PGENV_H
2020

2121
#include <string>
22-
#include <iostream>
22+
#include <iostream.h>
2323

2424
#ifdef __sun__
2525
#ifndef __GNUC__

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy