Fix non pch build for Visual Studio 2015 compiler

This commit is contained in:
Vincent-Michael
2015-07-23 18:44:26 +02:00
parent 4e83094354
commit df1f4969d8

View File

@@ -7,6 +7,7 @@
#include <set>
#include <stdlib.h>
#include <stack>
#include <mutex>
#define countof _countof
#define WER_MAX_ARRAY_ELEMENTS_COUNT 10