summaryrefslogtreecommitdiff
path: root/src/yuzu/debugger/graphics/graphics_breakpoints.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-08-27 15:44:29 -0400
committerGitHub <noreply@github.com>2018-08-27 15:44:29 -0400
commitf96ded98150cdfd3b591cc973317cf5c14224a9a (patch)
tree56cb1928957d20b7ed826debb33f6b94a6ce05cd /src/yuzu/debugger/graphics/graphics_breakpoints.cpp
parent8c66a5a9a56d16b3b585d969a9c78f67ce02820d (diff)
parentc65713832c5e71da57b31e17173fb2d1c3b7f2fd (diff)
Merge pull request #1174 from lioncash/debug
debug_utils: Minor individual interface changes
Diffstat (limited to 'src/yuzu/debugger/graphics/graphics_breakpoints.cpp')
-rw-r--r--src/yuzu/debugger/graphics/graphics_breakpoints.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/debugger/graphics/graphics_breakpoints.cpp b/src/yuzu/debugger/graphics/graphics_breakpoints.cpp
index eb16a38a0..fe682b3b8 100644
--- a/src/yuzu/debugger/graphics/graphics_breakpoints.cpp
+++ b/src/yuzu/debugger/graphics/graphics_breakpoints.cpp
@@ -2,6 +2,7 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
+#include <map>
#include <QLabel>
#include <QMetaType>
#include <QPushButton>