Index: viewer/svutil.cpp =================================================================== --- viewer/svutil.cpp (revision 201) +++ viewer/svutil.cpp (working copy) @@ -19,7 +19,8 @@ // // SVUtil contains the SVSync and SVNetwork classes, which are used for // thread/process creation & synchronization and network connection. - +#include +#include #include "svutil.h" #ifdef WIN32 Index: viewer/scrollview.cpp =================================================================== --- viewer/scrollview.cpp (revision 201) +++ viewer/scrollview.cpp (working copy) @@ -26,7 +26,10 @@ const int kSvPort = 8461; const int kMaxMsgSize = 4096; const int kMaxIntPairSize = 45; // Holds %d,%d, for upto 64 bit. - +#include +#include +#include +#include #include "scrollview.h" #include Index: viewer/svmnode.cpp =================================================================== --- viewer/svmnode.cpp (revision 201) +++ viewer/svmnode.cpp (working copy) @@ -24,6 +24,8 @@ // menu structure there. // A SVMenuNode can both be used in the context_ of popup menus as well as // menu bars. +#include +#include #include "svmnode.h" #include