summaryrefslogtreecommitdiff
path: root/m68k_debugging.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'm68k_debugging.cpp')
-rw-r--r--m68k_debugging.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/m68k_debugging.cpp b/m68k_debugging.cpp
index 7b7c84c..2e64417 100644
--- a/m68k_debugging.cpp
+++ b/m68k_debugging.cpp
@@ -6,8 +6,12 @@
#include "bus.hpp"
#include "utils.hpp"
-#include <cstdlib>
+#include <algorithm>
#include <cassert>
+#include <cstdlib>
+#include <vector>
+
+extern std::vector<Breakpoint> code_bkpts, read_bkpts, write_bkpts, access_bkpts;
static inline m68k_register_t ConvertRegisterId(const M68KRegister register_id)
{