Corrected missing header includes

This commit is contained in:
Nav
2022-10-09 13:10:17 +01:00
parent 51a3d2fbbb
commit bc8206ccc7
14 changed files with 17 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ namespace Bloom::DebugServer::Gdb::AvrGdb
const RawPacket& rawPacket
) override;
std::set<std::pair<Feature, std::optional<std::string>>> getSupportedFeatures() override ;
std::set<std::pair<Feature, std::optional<std::string>>> getSupportedFeatures() override;
private:
std::optional<TargetDescriptor> gdbTargetDescriptor;