diff options
| author | Christian Widmer <shadow@umbrox.de> | 2015-10-06 14:59:56 +0200 |
|---|---|---|
| committer | Christian Widmer <shadow@umbrox.de> | 2015-10-06 14:59:56 +0200 |
| commit | 1fc1f00162debb5e32791c8b0b8fa1b9bc3fd4d6 (patch) | |
| tree | a5e96d80f3f43ce0a914c07b74dee63212646d7d /Source/Core/Common/Hash.cpp | |
| parent | 6aa230c2479a9d3071d6c37b32ee87b7cdece4ee (diff) | |
Include cstring in Hash.cpp to fix building without PCH
Diffstat (limited to 'Source/Core/Common/Hash.cpp')
| -rw-r--r-- | Source/Core/Common/Hash.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 <algorithm> +#include <cstring> #include "Common/CommonFuncs.h" #include "Common/CPUDetect.h" #include "Common/Hash.h" |
