From ffde10830f3ce3c58c0f15d3a41d908c45a3da7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Fri, 31 May 2024 18:30:45 +0300 Subject: [PATCH] add missing headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: M. Fatih Cırıt --- common/autoware_control_center/test/test_utility.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/autoware_control_center/test/test_utility.hpp b/common/autoware_control_center/test/test_utility.hpp index 4ef345d7..f286eff8 100644 --- a/common/autoware_control_center/test/test_utility.hpp +++ b/common/autoware_control_center/test/test_utility.hpp @@ -26,6 +26,8 @@ #include #include +#include +#include #include namespace autoware::control_center::test