commit | 489155c44bcf47b1b54c644f8f66e76b87983b89 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Oct 11 21:15:24 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Oct 11 21:15:24 2017 +0000 |
tree | 09a7233464d2b9f5ab75a4620b34d4f81d3cb1f5 | |
parent | 1bf842471c03aa5f6d97f06b8aedef5aae04b63f [diff] | |
parent | f0ca4f8f2d8feabc2682c08ded5937427752a78e [diff] |
Merge "otafault: Add the missing #include <string>."
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>