diff options
| author | Mathew Maidment <mathew1800@gmail.com> | 2016-01-13 21:07:51 -0500 |
|---|---|---|
| committer | Mathew Maidment <mathew1800@gmail.com> | 2016-01-13 21:07:51 -0500 |
| commit | 87464d432b8dbef6311ee827d592cdce84fe7b67 (patch) | |
| tree | 72b6597a6d6f10113a44709058076de596ac6dcc /Source/Core | |
| parent | 48b60649af56253570c3a48edb708cfed8e8c91a (diff) | |
| parent | f9837d44474f978cf8f18b9ce4e5aee87f9c0f6f (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.h | 1 |
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" |
