From 28dfa2c2087305898e3951500243708af3eac468 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Tue, 17 Oct 2017 11:02:28 -0700 Subject: [PATCH] Add missing includes. Change-Id: I74ce25b3b5c918e371140b91f82ec00ff571f9fe Exempt-From-Owner-Approval: trivial cleanup Test: mma Bug: None --- folio_daemon/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/folio_daemon/main.cpp b/folio_daemon/main.cpp index 992b4a59..1cda1ce5 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