mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	Merge pull request #1550 from LittleWhite-tb/gdbstub_include_fix
Fix missing header
This commit is contained in:
		
						commit
						ff6c24932a
					
				@ -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
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user