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

@@ -1,6 +1,8 @@
#pragma once
#include <memory>
#include <optional>
#include <vector>
#include "src/DebugToolDrivers/Protocols/CMSIS-DAP/CmsisDapInterface.hpp"
#include "src/DebugToolDrivers/Protocols/CMSIS-DAP/VendorSpecific/EDBG/AVR/AvrCommand.hpp"