commit | a27f973999636a30c98f9db7a24752a0c9605e87 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Oct 11 21:38:41 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Oct 11 21:38:41 2017 +0000 |
tree | 00552e458ea53febcefe6ec94d3f1fd63ac76458 | |
parent | a2fb941a32bd53488b89dad0f6bec436f34e4ef2 [diff] | |
parent | 9e232f9f2a01ac04997d5bcfc5474e4384b2f017 [diff] |
Merge "otafault: Add the missing #include <string>." am: 489155c44b am: 9e232f9f2a Change-Id: I94a7fe22907dc59b653ca2f0cc01b9deef2fc8e4
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>