Explorar el Código

Merge pull request #1550 from LittleWhite-tb/gdbstub_include_fix

Fix missing header
bunnei hace 10 años
padre
commit
ff6c24932a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/core/gdbstub/gdbstub.h

+ 2 - 0
src/core/gdbstub/gdbstub.h

@@ -7,6 +7,8 @@
 #pragma once
 #pragma once
 #include <atomic>
 #include <atomic>
 
 
+#include "common/common_types.h"
+
 namespace GDBStub {
 namespace GDBStub {
 
 
 /// Breakpoint Method
 /// Breakpoint Method