diff --git a/src/TargetController/TargetControllerComponent.cpp b/src/TargetController/TargetControllerComponent.cpp index 328cf7e3..60ecbb4b 100644 --- a/src/TargetController/TargetControllerComponent.cpp +++ b/src/TargetController/TargetControllerComponent.cpp @@ -9,6 +9,7 @@ #include "Responses/Error.hpp" +#include "src/Services/TargetService.hpp" #include "src/Services/PathService.hpp" #include "src/Services/ProcessService.hpp" #include "src/Services/StringService.hpp"