Merge pull request #3146 from ShadowsFriend/nopch_fix

Include string.h in Hash.cpp if PCH is disabled
This commit is contained in:
Lioncash 2015-10-06 09:09:30 -04:00
commit 1a74765146

View File

@ -3,6 +3,7 @@
// Refer to the license.txt file included.
#include <algorithm>
#include <cstring>
#include "Common/CommonFuncs.h"
#include "Common/CPUDetect.h"
#include "Common/Hash.h"