Include cstring in Hash.cpp to fix building without PCH

This commit is contained in:
Christian Widmer 2015-10-06 14:59:56 +02:00
parent 6aa230c247
commit 1fc1f00162
1 changed files with 1 additions and 0 deletions

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"