diff --git a/src/game/singe.cpp b/src/game/singe.cpp index b6506b8..fb2af4e 100644 --- a/src/game/singe.cpp +++ b/src/game/singe.cpp @@ -28,6 +28,8 @@ #include "singe.h" #include "singe/singe_interface.h" +#include +#include // Win32 doesn't use strcasecmp, it uses stricmp (lame) #ifdef WIN32 diff --git a/src/game/singe/singeproxy.cpp b/src/game/singe/singeproxy.cpp index 0ff39ba..9036d64 100644 --- a/src/game/singe/singeproxy.cpp +++ b/src/game/singe/singeproxy.cpp @@ -28,6 +28,7 @@ #include #include +#include using namespace std;