Index: netpanzer-0.8.2/src/Lib/2D/ColorTable.cpp =================================================================== --- netpanzer-0.8.2.orig/src/Lib/2D/ColorTable.cpp 2008-02-05 16:36:27.000000000 +0000 +++ netpanzer-0.8.2/src/Lib/2D/ColorTable.cpp 2008-02-05 16:36:39.000000000 +0000 @@ -17,6 +17,8 @@ */ #include +#include + #include "Util/FileSystem.hpp" #include "Util/Log.hpp" #include "Util/Exception.hpp" Index: netpanzer-0.8.2/src/Lib/2D/Palette.cpp =================================================================== --- netpanzer-0.8.2.orig/src/Lib/2D/Palette.cpp 2008-02-05 16:36:27.000000000 +0000 +++ netpanzer-0.8.2/src/Lib/2D/Palette.cpp 2008-02-05 16:36:39.000000000 +0000 @@ -18,6 +18,7 @@ #include #include +#include #include "Palette.hpp" #include "Util/FileSystem.hpp" Index: netpanzer-0.8.2/src/NetPanzer/Network/ProxyServer.cpp =================================================================== --- netpanzer-0.8.2.orig/src/NetPanzer/Network/ProxyServer.cpp 2008-02-05 16:36:27.000000000 +0000 +++ netpanzer-0.8.2/src/NetPanzer/Network/ProxyServer.cpp 2008-02-05 16:36:39.000000000 +0000 @@ -17,6 +17,7 @@ */ #include +#include #include #include #include Index: netpanzer-0.8.2/src/NetPanzer/Views/MainMenu/Multi/MapSelectionView.cpp =================================================================== --- netpanzer-0.8.2.orig/src/NetPanzer/Views/MainMenu/Multi/MapSelectionView.cpp 2008-02-05 16:36:27.000000000 +0000 +++ netpanzer-0.8.2/src/NetPanzer/Views/MainMenu/Multi/MapSelectionView.cpp 2008-02-05 16:36:39.000000000 +0000 @@ -17,6 +17,7 @@ */ #include +#include #include #include #include "MapSelectionView.hpp" Index: netpanzer-0.8.2/src/Lib/Util/Log.cpp =================================================================== --- netpanzer-0.8.2.orig/src/Lib/Util/Log.cpp 2008-02-05 17:13:36.000000000 +0000 +++ netpanzer-0.8.2/src/Lib/Util/Log.cpp 2008-02-05 17:13:43.000000000 +0000 @@ -26,6 +26,7 @@ #include #include #include +#include #include "Exception.hpp" #include "FileSystem.hpp"