Fixed missing includes which were resulting in failed builds with GCC 13+. Thanks to @jpf91 for reporting
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
#include "src/ProjectConfig.hpp"
|
||||
|
||||
namespace DebugServer::Gdb
|
||||
|
||||
Reference in New Issue
Block a user