commit | f0ca4f8f2d8feabc2682c08ded5937427752a78e | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Oct 03 17:21:11 2017 -0700 |
committer | Tao Bao <tbao@google.com> | Wed Oct 11 12:21:17 2017 -0700 |
tree | 278d308da60cd1da98497de6b94b48b8d13cf540 | |
parent | 2cedab7af95e1065cce1633de1b3acd5a40928f7 [diff] |
otafault: Add the missing #include <string>. Test: mmma bootable/recovery Change-Id: If7610ba55a2d2dd4257ff38c44d252c9c6bbfe40
diff --git a/otafault/ota_io.cpp b/otafault/ota_io.cpp index 1308973..63ef18e 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>