Add missing header
authorj-h.choi <j-h.choi@samsung.com>
Tue, 1 Sep 2020 03:36:56 +0000 (12:36 +0900)
committer조웅석/Common Platform Lab(SR)/Principal Engineer/삼성전자 <ws77.cho@samsung.com>
Tue, 1 Sep 2020 21:11:34 +0000 (06:11 +0900)
Change-Id: I827bf7d54b3d415b365968961bdde9a28ba4891e

NativeLauncher/tool/dotnettool.cc
NativeLauncher/util/path_manager.cc

index bb8ba55..4b9e579 100644 (file)
@@ -19,6 +19,8 @@
 #include "tac_common.h"
 
 #include <vector>
+#include <cstring>
+#include <string.h>
 #include <stdlib.h>
 #include <sys/time.h>
 
index 04efda1..6094915 100644 (file)
@@ -17,6 +17,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
+#include <unistd.h>
 #include <vconf.h>
 
 #include <iterator>