diff options
author | 2017-06-09 18:00:41 +0000 | |
---|---|---|
committer | 2017-06-09 18:00:43 +0000 | |
commit | 58794c5c23f46a7476a58e5a10dbeebb6321aa90 (patch) | |
tree | 948368dd8d8376a50fe996da0438abe10da1322d /runtime/oat_file_assistant.cc | |
parent | 73321bfdd7e96e3ce62042c9e5be567ed0db1985 (diff) | |
parent | 5678db5b3a0275d04bc610236f89fac9f76b5b1e (diff) |
Merge "ART: Refactor bit_utils and stl_util"
Diffstat (limited to 'runtime/oat_file_assistant.cc')
-rw-r--r-- | runtime/oat_file_assistant.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/oat_file_assistant.cc b/runtime/oat_file_assistant.cc index f0912cfa65..2e2e8c3ef6 100644 --- a/runtime/oat_file_assistant.cc +++ b/runtime/oat_file_assistant.cc @@ -24,6 +24,7 @@ #include "android-base/strings.h" #include "base/logging.h" +#include "base/stl_util.h" #include "compiler_filter.h" #include "class_linker.h" #include "exec_utils.h" |