diff options
| author | Bruce Momjian <bruce@momjian.us> | 1998-09-22 20:28:15 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1998-09-22 20:28:15 +0000 |
| commit | a3c5a3cb2f0a72bf605d867763b11451aae9fa4c (patch) | |
| tree | fa9e293f01c426e2ba311acfeda0c4392c025ef8 /src/interfaces/libpq++/pgenv.h | |
| parent | 738dc876eddca3b4706ad1a57446e222f0829a77 (diff) | |
| download | postgresql-a3c5a3cb2f0a72bf605d867763b11451aae9fa4c.tar.gz | |
Cleanup for oid8[] from Tatsuo Ishii.
Diffstat (limited to 'src/interfaces/libpq++/pgenv.h')
| -rw-r--r-- | src/interfaces/libpq++/pgenv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/libpq++/pgenv.h b/src/interfaces/libpq++/pgenv.h index 4bdc0c94ae..768c5d86b9 100644 --- a/src/interfaces/libpq++/pgenv.h +++ b/src/interfaces/libpq++/pgenv.h @@ -18,7 +18,7 @@ #ifndef PGENV_H #define PGENV_H -#include <string.h> +#include <string> // |
