summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorMarkus Wick <degasus@users.noreply.github.com>2015-12-09 01:51:50 +0100
committerMarkus Wick <degasus@users.noreply.github.com>2015-12-09 01:51:50 +0100
commit92ce36505337a74738e2cf4ca2517a0a67ef622b (patch)
treefe463cf7d5d813b6345ec9854523a6b28ab0a615 /Source
parent2e40c614c5064b9235d7eb42e51dd57643d04402 (diff)
parent5a7e0aba709f291242f27296815dc7f343dbcc8e (diff)
Merge pull request #3326 from rohit-n/build-pch
Fix building with PCH disabled.
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/DiscIO/Volume.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DiscIO/Volume.h b/Source/Core/DiscIO/Volume.h
index e9dd63f682..a09c282748 100644
--- a/Source/Core/DiscIO/Volume.h
+++ b/Source/Core/DiscIO/Volume.h
@@ -4,6 +4,7 @@
#pragma once
+#include <cstring>
#include <map>
#include <memory>
#include <string>