diff options
author | bigbiff bigbiff <bigbiff@teamw.in> | 2017-11-29 01:26:27 +0100 |
---|---|---|
committer | bigbiff bigbiff <bigbiff@teamw.in> | 2017-11-29 01:26:27 +0100 |
commit | 5b7cb88818602cfdd416e9c901e3b4c34a44374c (patch) | |
tree | 3bed88e02726ac19d627cb3e74f1fb902f951629 | |
parent | vold_decrypt: FDE Keymaster 3.0 support (diff) | |
download | android_bootable_recovery-5b7cb88818602cfdd416e9c901e3b4c34a44374c.tar android_bootable_recovery-5b7cb88818602cfdd416e9c901e3b4c34a44374c.tar.gz android_bootable_recovery-5b7cb88818602cfdd416e9c901e3b4c34a44374c.tar.bz2 android_bootable_recovery-5b7cb88818602cfdd416e9c901e3b4c34a44374c.tar.lz android_bootable_recovery-5b7cb88818602cfdd416e9c901e3b4c34a44374c.tar.xz android_bootable_recovery-5b7cb88818602cfdd416e9c901e3b4c34a44374c.tar.zst android_bootable_recovery-5b7cb88818602cfdd416e9c901e3b4c34a44374c.zip |
-rw-r--r-- | adbbu/adbbumain.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/adbbu/adbbumain.cpp b/adbbu/adbbumain.cpp index 4f5efec4c..2e66bceb6 100644 --- a/adbbu/adbbumain.cpp +++ b/adbbu/adbbumain.cpp @@ -24,6 +24,7 @@ #include <ctype.h> #include <string> #include <sstream> +#include <algorithm> #include "twrpback.hpp" #include "twadbstream.h" |