--- btg-0.9.7.old/UI/gui/errordialog.cpp 2009-01-21 03:46:41.000000000 +0200 +++ btg-0.9.7.old/UI/gui/errordialog.cpp 2009-01-21 04:09:44.000000000 +0200 @@ -21,6 +21,7 @@ */ #include "errordialog.h" +#include namespace btg { --- btg-0.9.7.old/UI/gui/questiondialog.cpp 2009-01-21 03:46:41.000000000 +0200 +++ btg-0.9.7.old/UI/gui/questiondialog.cpp 2009-01-21 04:10:34.000000000 +0200 @@ -21,6 +21,7 @@ */ #include "questiondialog.h" +#include namespace btg { --- btg-0.9.7.old/bcore/auth/hash.cpp 2009-01-21 03:46:41.000000000 +0200 +++ btg-0.9.7.old/bcore/auth/hash.cpp 2009-01-21 04:02:59.000000000 +0200 @@ -24,6 +24,7 @@ #include #include +#include #include #include --- btg-0.9.7.old/bcore/os/socket.cpp 2009-01-21 03:46:41.000000000 +0200 +++ btg-0.9.7.old/bcore/os/socket.cpp 2009-01-21 03:57:55.000000000 +0200 @@ -34,6 +34,8 @@ #include } +#include + namespace btg { namespace core --- btg-0.9.7.old/bcore/os/stdin.cpp 2009-01-21 03:46:41.000000000 +0200 +++ btg-0.9.7.old/bcore/os/stdin.cpp 2009-01-21 03:59:24.000000000 +0200 @@ -26,6 +26,7 @@ { #include } +#include namespace btg { namespace core --- btg-0.9.7.old/external/ini/cdatafile.cpp 2009-01-21 03:46:41.000000000 +0200 +++ btg-0.9.7.old/external/ini/cdatafile.cpp 2009-01-21 03:52:21.000000000 +0200 @@ -42,6 +42,9 @@ #include #include #include +#include +#include +#include #ifdef WIN32 #include