mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 10:49:59 +00:00
Fix missing header
This commit is contained in:
parent
784c5539ea
commit
89a43b8447
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