Include cstring in Hash.cpp to fix building without PCH
This commit is contained in:
parent
6aa230c247
commit
1fc1f00162
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue