From d4d4c2456ac6649f65fd561998b2cb8eb2c97edd Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Mon, 29 Dec 2014 12:46:43 -0800 Subject: Fix missing #includes in bootable/recovery. Change-Id: I58dfbac6ca1aa80d3659f53a8fad1bbbbdc9b941 --- uncrypt/uncrypt.c | 1 + verifier_test.cpp | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/uncrypt/uncrypt.c b/uncrypt/uncrypt.c index 189fa57e1..e619237be 100644 --- a/uncrypt/uncrypt.c +++ b/uncrypt/uncrypt.c @@ -39,6 +39,7 @@ // Recovery can take this block map file and retrieve the underlying // file data to use as an update package. +#include #include #include #include diff --git a/verifier_test.cpp b/verifier_test.cpp index 10a5ddaad..e2f3d105c 100644 --- a/verifier_test.cpp +++ b/verifier_test.cpp @@ -14,12 +14,13 @@ * limitations under the License. */ +#include +#include +#include #include #include -#include #include #include -#include #include "common.h" #include "verifier.h" -- cgit v1.2.3