浏览代码

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