- few tweaks to get things compiling under mingw

This commit is contained in:
Mark Vejvoda
2011-12-25 03:09:39 +00:00
parent 7d0cf06fe1
commit 835c886705
13 changed files with 324 additions and 268 deletions

View File

@@ -21,6 +21,7 @@
#ifndef WIN32
#include <errno.h>
#endif
#include <memory>
using namespace Shared::Util;
using namespace Shared::PlatformCommon;