From 35760d1bfa58a0a4f82c08ffeee4cb72004a154d Mon Sep 17 00:00:00 2001 From: Shubham Das Date: Tue, 22 Sep 2020 12:39:51 +0000 Subject: [PATCH] system: vold: Fix include Signed-off-by: Shubham Das --- MetadataCrypt.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/MetadataCrypt.cpp b/MetadataCrypt.cpp index ad7f0f99..969509f1 100644 --- a/MetadataCrypt.cpp +++ b/MetadataCrypt.cpp @@ -14,6 +14,7 @@ * limitations under the License. */ +#include "FsCrypt.h" #include "MetadataCrypt.h" #include "KeyBuffer.h"