diff options
| author | 2015-02-18 22:45:46 -0800 | |
|---|---|---|
| committer | 2015-02-19 22:26:25 -0800 | |
| commit | 302f0b32f57655dc453d34d30a90a0f06601082a (patch) | |
| tree | 61162e01f93738a587f499a78f01545fa03e258f /src/common/hash.cpp | |
| parent | Remove "super lame/broken" file_search compilation unit that was leftover fro... (diff) | |
| download | yuzu-302f0b32f57655dc453d34d30a90a0f06601082a.tar.gz yuzu-302f0b32f57655dc453d34d30a90a0f06601082a.tar.xz yuzu-302f0b32f57655dc453d34d30a90a0f06601082a.zip | |
Remove duplication of INSERT_PADDING_WORDS between pica.h and gpu.h
Diffstat (limited to 'src/common/hash.cpp')
| -rw-r--r-- | src/common/hash.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/hash.cpp b/src/common/hash.cpp index fe2c9e636..50c7cb5f9 100644 --- a/src/common/hash.cpp +++ b/src/common/hash.cpp | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | // Licensed under GPLv2 or any later version | 2 | // Licensed under GPLv2 or any later version |
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #include <algorithm> | ||
| 5 | 6 | ||
| 6 | #include "common/hash.h" | 7 | #include "common/hash.h" |
| 7 | #if _M_SSE >= 0x402 | 8 | #if _M_SSE >= 0x402 |