commit | 3787b722495d8effffc3cc63e5db8052476a5558 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Oct 11 21:43:40 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Oct 11 21:43:40 2017 +0000 |
tree | 134cfca0d94da2924c04243bb856abf91e77618c | |
parent | f7772bafa95eb09b0bb140658236afcdb8524aad [diff] | |
parent | a27f973999636a30c98f9db7a24752a0c9605e87 [diff] |
Merge "otafault: Add the missing #include <string>." am: 489155c44b am: 9e232f9f2a am: a27f973999 Change-Id: I621bde6eec31ba01d0680cda2184334773323a11
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>