summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorMathew Maidment <mathew1800@gmail.com>2016-01-13 21:07:51 -0500
committerMathew Maidment <mathew1800@gmail.com>2016-01-13 21:07:51 -0500
commit87464d432b8dbef6311ee827d592cdce84fe7b67 (patch)
tree72b6597a6d6f10113a44709058076de596ac6dcc /Source/Core
parent48b60649af56253570c3a48edb708cfed8e8c91a (diff)
parentf9837d44474f978cf8f18b9ce4e5aee87f9c0f6f (diff)
Merge pull request #3501 from rohit-n/build-pch
Fix building with PCH disabled.
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Core/PowerPC/PowerPC.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Core/PowerPC/PowerPC.h b/Source/Core/Core/PowerPC/PowerPC.h
index eca88fb713..2bddfb7955 100644
--- a/Source/Core/Core/PowerPC/PowerPC.h
+++ b/Source/Core/Core/PowerPC/PowerPC.h
@@ -4,6 +4,7 @@
#pragma once
+#include <cstddef>
#include <tuple>
#include "Common/BreakPoints.h"