summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/OpcodeDecoding.h
diff options
context:
space:
mode:
authorcomex <comexk@gmail.com>2014-10-22 23:23:58 -0400
committercomex <comexk@gmail.com>2014-10-22 23:23:58 -0400
commit00c6ec97a69260e4d9fd35c5c30c168993a809b3 (patch)
tree48a8888aba30fb7528dee984fcd23ca276f804d5 /Source/Core/VideoCommon/OpcodeDecoding.h
parent684cb658e2dc69e30792dd711260b610d8d0aede (diff)
parent6e774f1b6457939c61c7fe5a0b19c4751e8bb61e (diff)
Merge pull request #1347 from comex/header-hygiene
Add missing includes where headers depend on other headers having been included first.
Diffstat (limited to 'Source/Core/VideoCommon/OpcodeDecoding.h')
-rw-r--r--Source/Core/VideoCommon/OpcodeDecoding.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/OpcodeDecoding.h b/Source/Core/VideoCommon/OpcodeDecoding.h
index e5b1b23e89..c454590f24 100644
--- a/Source/Core/VideoCommon/OpcodeDecoding.h
+++ b/Source/Core/VideoCommon/OpcodeDecoding.h
@@ -4,6 +4,8 @@
#pragma once
+#include "Common/CommonTypes.h"
+
#define GX_NOP 0x00
#define GX_LOAD_BP_REG 0x61