From 1fc1f00162debb5e32791c8b0b8fa1b9bc3fd4d6 Mon Sep 17 00:00:00 2001 From: Christian Widmer Date: Tue, 6 Oct 2015 14:59:56 +0200 Subject: [PATCH] Include cstring in Hash.cpp to fix building without PCH --- Source/Core/Common/Hash.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/Common/Hash.cpp b/Source/Core/Common/Hash.cpp index 2fe9862c6b..b0d3069525 100644 --- a/Source/Core/Common/Hash.cpp +++ b/Source/Core/Common/Hash.cpp @@ -3,6 +3,7 @@ // Refer to the license.txt file included. #include +#include #include "Common/CommonFuncs.h" #include "Common/CPUDetect.h" #include "Common/Hash.h"