summaryrefslogtreecommitdiff
path: root/otafault/ota_io.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-10-03 17:21:11 -0700
committerTao Bao <tbao@google.com>2017-10-11 12:21:17 -0700
commitf0ca4f8f2d8feabc2682c08ded5937427752a78e (patch)
tree278d308da60cd1da98497de6b94b48b8d13cf540 /otafault/ota_io.cpp
parent2cedab7af95e1065cce1633de1b3acd5a40928f7 (diff)
otafault: Add the missing #include <string>.
Test: mmma bootable/recovery Change-Id: If7610ba55a2d2dd4257ff38c44d252c9c6bbfe40
Diffstat (limited to 'otafault/ota_io.cpp')
-rw-r--r--otafault/ota_io.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/otafault/ota_io.cpp b/otafault/ota_io.cpp
index 1308973a..63ef18e2 100644
--- a/otafault/ota_io.cpp
+++ b/otafault/ota_io.cpp
@@ -26,6 +26,7 @@
#include <map>
#include <mutex>
+#include <string>
#include <android-base/thread_annotations.h>