From: j-h.choi Date: Tue, 1 Sep 2020 03:36:56 +0000 (+0900) Subject: Add missing header X-Git-Tag: submit/tizen/20200901.065247~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=061b0befc34a164e16af031f38de79c2aa2fd137;p=platform%2Fcore%2Fdotnet%2Flauncher.git Add missing header Change-Id: I827bf7d54b3d415b365968961bdde9a28ba4891e --- diff --git a/NativeLauncher/tool/dotnettool.cc b/NativeLauncher/tool/dotnettool.cc index bb8ba55..4b9e579 100644 --- a/NativeLauncher/tool/dotnettool.cc +++ b/NativeLauncher/tool/dotnettool.cc @@ -19,6 +19,8 @@ #include "tac_common.h" #include +#include +#include #include #include diff --git a/NativeLauncher/util/path_manager.cc b/NativeLauncher/util/path_manager.cc index 04efda1..6094915 100644 --- a/NativeLauncher/util/path_manager.cc +++ b/NativeLauncher/util/path_manager.cc @@ -17,6 +17,7 @@ #include #include #include +#include #include #include