Core: Fixed non pch build for unix

This commit is contained in:
Vincent-Michael
2016-08-20 11:06:47 +02:00
parent 10e0f4ff8f
commit ac5b1bd984

View File

@@ -24,6 +24,9 @@
#include "ByteConverter.h"
#include "Util.h"
#if PLATFORM == PLATFORM_UNIX
#include <cstring>
#endif
class MessageBuffer;