--- xmoto-0.5.1/src/XMArgs.cpp~ 2008-12-10 19:35:48.000000000 +0100 +++ xmoto-0.5.1/src/XMArgs.cpp 2009-07-14 21:08:17.806552263 +0200 @@ -23,6 +23,7 @@ #include "XMBuild.h" #include "VFileIO.h" #include +#include #include XMArguments::XMArguments() { --- xmoto-0.5.1/src/helpers/Text.cpp~ 2008-11-23 10:30:43.000000000 +0100 +++ xmoto-0.5.1/src/helpers/Text.cpp 2009-07-14 21:09:55.090099878 +0200 @@ -18,6 +18,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA =============================================================================*/ +#include + #include "Text.h" std::string txtToLower(const std::string& i_str) { --- xmoto-0.5.1/src/helpers/Log.cpp~ 2008-12-10 19:35:47.000000000 +0100 +++ xmoto-0.5.1/src/helpers/Log.cpp 2009-07-14 21:11:27.930320093 +0200 @@ -23,6 +23,7 @@ #include "../VFileIO.h" #include "assert.h" #include +#include bool Logger::m_isInitialized = false; bool Logger::m_activ = true;