aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hw
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner <yuriks@yuriks.net>2014-12-22 04:30:09 -0200
committerGravatar Yuri Kunde Schlesner <yuriks@yuriks.net>2015-01-09 03:51:55 -0200
commit7b3452c7303cf348377de6702ddda0307533663c (patch)
treece08ed7d7c42015919e1dd26cb2ec8721a54ec8a /src/core/hw
parentd46f6500363024ac58cc23ba706e26d531a6076a (diff)
Move ThreadContext to core/core.h and deal with the fallout
Diffstat (limited to 'src/core/hw')
-rw-r--r--src/core/hw/gpu.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hw/gpu.cpp b/src/core/hw/gpu.cpp
index e346e0ad..3b730a0d 100644
--- a/src/core/hw/gpu.cpp
+++ b/src/core/hw/gpu.cpp
@@ -4,6 +4,8 @@
#include "common/common_types.h"
+#include "core/arm/arm_interface.h"
+
#include "core/settings.h"
#include "core/core.h"
#include "core/mem_map.h"