mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-22 10:51:50 -05:00
Merge pull request #1550 from LittleWhite-tb/gdbstub_include_fix
Fix missing header
This commit is contained in:
commit
ff6c24932a
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
|||
#pragma once
|
||||
#include <atomic>
|
||||
|
||||
#include "common/common_types.h"
|
||||
|
||||
namespace GDBStub {
|
||||
|
||||
/// Breakpoint Method
|
||||
|
|
Loading…
Reference in a new issue