mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Include cstring in Hash.cpp to fix building without PCH
This commit is contained in:
parent
6aa230c247
commit
1fc1f00162
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user