Put back string instead of string.h in libpq++.

This commit is contained in:
Bruce Momjian 1998-10-23 21:54:56 +00:00
parent 54fd5f6cc4
commit ba63dcd6a6
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
#ifndef PGENV_H
#define PGENV_H
#include <string.h>
#include <string>
#ifdef __sun__
#ifndef __GNUC__