diff options
| author | Lioncash <mathew1800@gmail.com> | 2015-10-06 09:09:30 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2015-10-06 09:09:30 -0400 |
| commit | 1a747651460b202f6a3bb03d52e9d46a202851e7 (patch) | |
| tree | a5e96d80f3f43ce0a914c07b74dee63212646d7d /Source/Core/Common/Hash.cpp | |
| parent | 6aa230c2479a9d3071d6c37b32ee87b7cdece4ee (diff) | |
| parent | 1fc1f00162debb5e32791c8b0b8fa1b9bc3fd4d6 (diff) | |
Merge pull request #3146 from ShadowsFriend/nopch_fix
Include string.h in Hash.cpp if PCH is disabled
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" |
