diff --git a/applypatch/bspatch.c b/applypatch/bspatch.c index b34ec2a8..b57760ed 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 7280f748..e7aef781 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 9db5640a..31606bb1 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 eeff95a5..61e5adf0 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;