From b2092fc44afb1e28d3ec528e0471a92618879826 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=B5=9C=EC=A2=85=ED=97=8C/Common=20Platform=20Lab=28SR=29?= =?utf8?q?/Engineer/=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Mon, 3 Jan 2022 12:33:52 +0900 Subject: [PATCH] Fixed build error (#359) Change-Id: I3b4fc97e57e2c20436e5866f3188b2c241d4eb72 --- NativeLauncher/inc/utils.h | 1 + 1 file changed, 1 insertion(+) diff --git a/NativeLauncher/inc/utils.h b/NativeLauncher/inc/utils.h index c7910e2..cfc28a8 100644 --- a/NativeLauncher/inc/utils.h +++ b/NativeLauncher/inc/utils.h @@ -17,6 +17,7 @@ #ifndef __UTILS_H__ #define __UTILS_H__ +#include #include #include #include -- 2.7.4