diff options
Diffstat (limited to '')
| -rw-r--r-- | src/citra_qt/debugger/graphics_breakpoints.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/citra_qt/debugger/graphics_breakpoints.cpp b/src/citra_qt/debugger/graphics_breakpoints.cpp index 92348be34..1da64f616 100644 --- a/src/citra_qt/debugger/graphics_breakpoints.cpp +++ b/src/citra_qt/debugger/graphics_breakpoints.cpp | |||
| @@ -8,6 +8,8 @@ | |||
| 8 | #include <QVBoxLayout> | 8 | #include <QVBoxLayout> |
| 9 | #include <QLabel> | 9 | #include <QLabel> |
| 10 | 10 | ||
| 11 | #include "common/assert.h" | ||
| 12 | |||
| 11 | #include "graphics_breakpoints.h" | 13 | #include "graphics_breakpoints.h" |
| 12 | #include "graphics_breakpoints_p.h" | 14 | #include "graphics_breakpoints_p.h" |
| 13 | 15 | ||