aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 7188dabdc..321104585 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -5,6 +5,7 @@
#pragma once
#include <array>
+#include <map>
#include <memory>
#include <string>
#include <thread>
@@ -22,8 +23,6 @@
#include "video_core/debug_utils/debug_utils.h"
#include "video_core/gpu.h"
-class ARM_Interface;
-
namespace Core::Frontend {
class EmuWindow;
}
@@ -38,6 +37,8 @@ class RendererBase;
namespace Core {
+class ARM_Interface;
+
class System {
public:
System(const System&) = delete;