From abdd73f75fa7ed2cd868dea00fe6152384cdd3f1 Mon Sep 17 00:00:00 2001 From: Luca Della Vedova Date: Wed, 27 Nov 2024 13:03:31 +0800 Subject: [PATCH] Fix catch2 header Signed-off-by: Luca Della Vedova --- nexus_workcell_orchestrator/src/job_manager_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nexus_workcell_orchestrator/src/job_manager_test.cpp b/nexus_workcell_orchestrator/src/job_manager_test.cpp index 04179a1..993449e 100644 --- a/nexus_workcell_orchestrator/src/job_manager_test.cpp +++ b/nexus_workcell_orchestrator/src/job_manager_test.cpp @@ -19,7 +19,7 @@ #include -#include +#include namespace nexus::workcell_orchestrator::test {