- compiler fix for win32 build

This commit is contained in:
Mark Vejvoda 2011-01-11 22:16:47 +00:00
parent ccbd707ae1
commit f5ef3157e2
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@
#include "leak_dumper.h"
#ifdef WIN32
#define snprintf _snprintf
#endif
using namespace std;
namespace Shared{ namespace Util{