diff --git a/uncrypt/uncrypt.c b/uncrypt/uncrypt.c index 189fa57e..e619237b 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 10a5ddaa..e2f3d105 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"