From 6d2568d832d0ee8435490b53ef20b5deb7ed3d38 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Tue, 17 Oct 2017 11:02:28 -0700 Subject: [PATCH] clover: folio_daemon: Add missing includes. Change-Id: I74ce25b3b5c918e371140b91f82ec00ff571f9fe Exempt-From-Owner-Approval: trivial cleanup Test: mma Bug: None Signed-off-by: pix106 --- folio_daemon/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/folio_daemon/main.cpp b/folio_daemon/main.cpp index 992b4a5..1cda1ce 100644 --- a/folio_daemon/main.cpp +++ b/folio_daemon/main.cpp @@ -14,7 +14,9 @@ * limitations under the License. */ +#include #include +#include #include #include #include