From 26dbad2b984e69f6c938ac3e82267d0ded0df8fd Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 28 Jan 2015 12:09:05 -0800 Subject: Add missing includes. Change-Id: I0737456e0221ebe9cc854d65c95a7d37d0869d56 --- applypatch/bspatch.c | 1 + asn1_decoder.cpp | 1 + install.cpp | 1 + verifier.cpp | 5 +++-- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/applypatch/bspatch.c b/applypatch/bspatch.c index b34ec2a88..b57760eda 100644 --- a/applypatch/bspatch.c +++ b/applypatch/bspatch.c @@ -23,6 +23,7 @@ #include #include #include +#include #include #include diff --git a/asn1_decoder.cpp b/asn1_decoder.cpp index 7280f7480..e7aef781c 100644 --- a/asn1_decoder.cpp +++ b/asn1_decoder.cpp @@ -14,6 +14,7 @@ * limitations under the License. */ +#include #include #include diff --git a/install.cpp b/install.cpp index 9db5640a0..31606bb1a 100644 --- a/install.cpp +++ b/install.cpp @@ -18,6 +18,7 @@ #include #include #include +#include #include #include #include diff --git a/verifier.cpp b/verifier.cpp index eeff95a59..61e5adf0b 100644 --- a/verifier.cpp +++ b/verifier.cpp @@ -26,9 +26,10 @@ #include "mincrypt/sha.h" #include "mincrypt/sha256.h" -#include -#include #include +#include +#include +#include extern RecoveryUI* ui; -- cgit v1.2.3