commit | af12c711e89e8145aa32884d67da5413a2ea316f | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Oct 11 22:13:35 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Oct 11 22:13:35 2017 +0000 |
tree | d132a8af04dd065ee1aad3773d7117c478676b38 | |
parent | 64bf3951c5bf215e25c87672912935291d342e2a [diff] | |
parent | 3787b722495d8effffc3cc63e5db8052476a5558 [diff] |
Merge "otafault: Add the missing #include <string>." am: 489155c44b am: 9e232f9f2a am: a27f973999 am: 3787b72249 Change-Id: I12d4ae254e42b11a45472b6addff98a1128c87d8
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>