summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorGravatar bunnei2018-08-27 15:44:29 -0400
committerGravatar GitHub2018-08-27 15:44:29 -0400
commitf96ded98150cdfd3b591cc973317cf5c14224a9a (patch)
tree56cb1928957d20b7ed826debb33f6b94a6ce05cd /src/core
parentMerge pull request #1162 from ogniK5377/ttf-plu (diff)
parentdebug_utils: Remove unused includes (diff)
downloadyuzu-f96ded98150cdfd3b591cc973317cf5c14224a9a.tar.gz
yuzu-f96ded98150cdfd3b591cc973317cf5c14224a9a.tar.xz
yuzu-f96ded98150cdfd3b591cc973317cf5c14224a9a.zip
Merge pull request #1174 from lioncash/debug
debug_utils: Minor individual interface changes
Diffstat (limited to 'src/core')
-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 @@
5#pragma once 5#pragma once
6 6
7#include <array> 7#include <array>
8#include <map>
8#include <memory> 9#include <memory>
9#include <string> 10#include <string>
10#include <thread> 11#include <thread>