commit | 3b71fc51005ac566fd8120f01b784d5f251ad886 | [log] [tgz] |
---|---|---|
author | Paul Crowley <paulcrowley@google.com> | Mon Oct 09 10:55:21 2017 -0700 |
committer | Paul Crowley <paulcrowley@google.com> | Mon Oct 09 13:36:35 2017 -0700 |
tree | c22d02f2289489295fcfce999e898942cd6ae6f5 | |
parent | a7ca40bd70408d96e13abb71f9236000b4650454 [diff] [blame] |
Be more C++. volume UUID should always be std::string. Test: boots Bug: 67041047 Change-Id: I36d3944ae8de192703b9ee359900841b833fe3a1
diff --git a/fs/Ext4.cpp b/fs/Ext4.cpp index 0cf4f9e..1898155 100644 --- a/fs/Ext4.cpp +++ b/fs/Ext4.cpp
@@ -42,6 +42,7 @@ #include <android-base/stringprintf.h> #include <cutils/log.h> #include <cutils/properties.h> +#include <ext4_utils/ext4_crypt.h> #include <logwrap/logwrap.h> #include <selinux/selinux.h>