From f0ca4f8f2d8feabc2682c08ded5937427752a78e Mon Sep 17 00:00:00 2001 From: Tao Bao Date: Tue, 3 Oct 2017 17:21:11 -0700 Subject: otafault: Add the missing #include . Test: mmma bootable/recovery Change-Id: If7610ba55a2d2dd4257ff38c44d252c9c6bbfe40 --- otafault/ota_io.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/otafault/ota_io.cpp b/otafault/ota_io.cpp index 1308973a5..63ef18e26 100644 --- a/otafault/ota_io.cpp +++ b/otafault/ota_io.cpp @@ -26,6 +26,7 @@ #include #include +#include #include -- cgit v1.2.3