summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorRohit Nirmal <rohitnirmal9@gmail.com>2016-01-11 13:20:47 -0600
committerRohit Nirmal <rohitnirmal9@gmail.com>2016-01-11 13:20:47 -0600
commitf9837d44474f978cf8f18b9ce4e5aee87f9c0f6f (patch)
treeb0b60a8d08aff8ed18def0fa78713559f8574ad1 /Source/Core
parent68094171f83569bfe2d074a7edd91ddc2c6f3c2c (diff)
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"