From 061b0befc34a164e16af031f38de79c2aa2fd137 Mon Sep 17 00:00:00 2001 From: "j-h.choi" Date: Tue, 1 Sep 2020 12:36:56 +0900 Subject: [PATCH] Add missing header Change-Id: I827bf7d54b3d415b365968961bdde9a28ba4891e --- NativeLauncher/tool/dotnettool.cc | 2 ++ NativeLauncher/util/path_manager.cc | 1 + 2 files changed, 3 insertions(+) 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 -- 2.7.4