summaryrefslogtreecommitdiffstats
path: root/mtp/btree.hpp
diff options
context:
space:
mode:
authorthat <github@that.at>2014-11-08 01:18:44 +0100
committerDees Troy <dees_troy@teamw.in>2014-12-29 17:10:38 +0100
commita1ad19f0b7895e85ce7792594c8e37a6d3c92d6b (patch)
tree186174c549cdf39ce4e0bd00b3044d0de9dcb248 /mtp/btree.hpp
parentMove sleep during MTP startup to MTP thread (diff)
downloadandroid_bootable_recovery-a1ad19f0b7895e85ce7792594c8e37a6d3c92d6b.tar
android_bootable_recovery-a1ad19f0b7895e85ce7792594c8e37a6d3c92d6b.tar.gz
android_bootable_recovery-a1ad19f0b7895e85ce7792594c8e37a6d3c92d6b.tar.bz2
android_bootable_recovery-a1ad19f0b7895e85ce7792594c8e37a6d3c92d6b.tar.lz
android_bootable_recovery-a1ad19f0b7895e85ce7792594c8e37a6d3c92d6b.tar.xz
android_bootable_recovery-a1ad19f0b7895e85ce7792594c8e37a6d3c92d6b.tar.zst
android_bootable_recovery-a1ad19f0b7895e85ce7792594c8e37a6d3c92d6b.zip
Diffstat (limited to 'mtp/btree.hpp')
-rwxr-xr-xmtp/btree.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/mtp/btree.hpp b/mtp/btree.hpp
index b284e4f4b..e1aad3636 100755
--- a/mtp/btree.hpp
+++ b/mtp/btree.hpp
@@ -18,6 +18,7 @@
#define BTREE_HPP
#include <vector>
+#include <string>
#include <map>
#include "MtpTypes.h"