aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq++/pgenv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/libpq++/pgenv.h')
-rw-r--r--src/interfaces/libpq++/pgenv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interfaces/libpq++/pgenv.h b/src/interfaces/libpq++/pgenv.h
index 43068aacce2..e3e8d6303b6 100644
--- a/src/interfaces/libpq++/pgenv.h
+++ b/src/interfaces/libpq++/pgenv.h
@@ -19,6 +19,7 @@
#define PGENV_H
#include <string>
+#include <iostream>
#ifdef __sun__
#ifndef __GNUC__
@@ -79,6 +80,7 @@ public:
protected:
string getenv(const char*);
+ friend ostream& operator << (ostream &, const PgEnv&);
};
#endif // PGENV_H