From 7d75cb49c4034b8e347957254ba2f90f0439cd5b Mon Sep 17 00:00:00 2001 From: cheoljun99 Date: Thu, 23 Apr 2026 17:51:45 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20act=5Finfo=EC=97=90=20hpp=EA=B0=80=20in?= =?UTF-8?q?clude=EB=90=98=EC=96=B4=EC=9E=88=EB=8A=94=20=ED=9C=B4=EB=A8=BC?= =?UTF-8?q?=EC=97=90=EB=9F=AC=20=EB=B0=9C=EA=B2=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/dto/act_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dto/act_info.h b/include/dto/act_info.h index 02d18cb..94c7240 100644 --- a/include/dto/act_info.h +++ b/include/dto/act_info.h @@ -4,7 +4,7 @@ #include #include "../enum/icd_id.h" -#include "../fsm/act_status.hpp" +#include "../fsm/act_status.h" #include "act_data.h" #include "common_parameter.h"