Thread: Error compiling libpq++ under AIX

Error compiling libpq++ under AIX

From
"Henrik Bo Thystrup"
Date:
Hi,

I've installed the 6.4 package but when compiling I get the followin error :
In file included from pgenv.cc:23:
pgenv.h:21 string: No such file or directory

I've looked into the code and I can see that the line #include <string> is
causing the problem. What string should be used ? I can see a type called
string is used but in which header is it defined ?