summaryrefslogtreecommitdiffstats
path: root/src/core/core.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-08-27 21:44:29 +0200
committerGitHub <noreply@github.com>2018-08-27 21:44:29 +0200
commitf96ded98150cdfd3b591cc973317cf5c14224a9a (patch)
tree56cb1928957d20b7ed826debb33f6b94a6ce05cd /src/core/core.h
parentMerge pull request #1162 from ogniK5377/ttf-plu (diff)
parentdebug_utils: Remove unused includes (diff)
downloadyuzu-f96ded98150cdfd3b591cc973317cf5c14224a9a.tar
yuzu-f96ded98150cdfd3b591cc973317cf5c14224a9a.tar.gz
yuzu-f96ded98150cdfd3b591cc973317cf5c14224a9a.tar.bz2
yuzu-f96ded98150cdfd3b591cc973317cf5c14224a9a.tar.lz
yuzu-f96ded98150cdfd3b591cc973317cf5c14224a9a.tar.xz
yuzu-f96ded98150cdfd3b591cc973317cf5c14224a9a.tar.zst
yuzu-f96ded98150cdfd3b591cc973317cf5c14224a9a.zip
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 7188dabdc..0fab76b7f 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>