diff -Nru DBBalancer/src/config/DBBalancerConfig.hh DBBalancer1/src/config/DBBalancerConfig.hh --- DBBalancer/src/config/DBBalancerConfig.hh 2005-05-20 13:04:04.000000000 +0200 +++ DBBalancer1/src/config/DBBalancerConfig.hh 2002-07-20 22:03:37.000000000 +0200 @@ -1,12 +1,6 @@ #include #include +#include +#include +#include +#include +#include +#include +#include - // Interface for the configuration management. Every configuration reader and holder should implement this. using std::string; diff -Nru DBBalancer/src/DBBalancerDaemon.hh DBBalancer1/src/DBBalancerDaemon.hh --- DBBalancer/src/DBBalancerDaemon.hh 2005-05-20 13:10:43.000000000 +0200 +++ DBBalancer1/src/DBBalancerDaemon.hh 2002-07-21 20:01:41.000000000 +0200 @@ -1,6 +1,6 @@ #include #include + #include - using std::string; class DBBalancer; diff -Nru DBBalancer/src/tests/postgres_cc/pgtest.cc DBBalancer1/src/tests/postgres_cc/pgtest.cc --- DBBalancer/src/tests/postgres_cc/pgtest.cc 2005-05-20 13:07:18.000000000 +0200 +++ DBBalancer1/src/tests/postgres_cc/pgtest.cc 2001-08-27 21:27:42.000000000 +0200 @@ -1,10 +1,7 @@ #include #include +#include + #include +using namespace std; int main(int argc, char* argv[]) {