Fixed build error (#359)
author최종헌/Common Platform Lab(SR)/Engineer/삼성전자 <j-h.choi@samsung.com>
Mon, 3 Jan 2022 03:33:52 +0000 (12:33 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 3 Jan 2022 03:33:52 +0000 (12:33 +0900)
Change-Id: I3b4fc97e57e2c20436e5866f3188b2c241d4eb72

NativeLauncher/inc/utils.h

index c7910e2..cfc28a8 100644 (file)
@@ -17,6 +17,7 @@
 #ifndef __UTILS_H__
 #define __UTILS_H__
 
+#include <algorithm>
 #include <string>
 #include <vector>
 #include <functional>