Преглед изворни кода

Merge pull request #1550 from LittleWhite-tb/gdbstub_include_fix

Fix missing header
bunnei пре 10 година
родитељ
комит
ff6c24932a
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      src/core/gdbstub/gdbstub.h

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

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