diff options
| author | 2018-02-22 16:20:17 +0000 | |
|---|---|---|
| committer | 2018-02-22 16:20:17 +0000 | |
| commit | b2f1edc3d1f162bd9007f10bc66009eac5b2daab (patch) | |
| tree | f4c196b5f313167737835a33227778eaf62ac774 /compiler/common_compiler_test.cc | |
| parent | b81dedbf4eae5c5a7e65836d3b6d3b6d541b6fa9 (diff) | |
| parent | b2ec9f5c128673c43f776cbe12c8eeb0a6884ebb (diff) | |
Merge "Remove duplication, split tests"
Diffstat (limited to 'compiler/common_compiler_test.cc')
| -rw-r--r-- | compiler/common_compiler_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/common_compiler_test.cc b/compiler/common_compiler_test.cc index 40a5370ec7..a20313374c 100644 --- a/compiler/common_compiler_test.cc +++ b/compiler/common_compiler_test.cc @@ -23,6 +23,7 @@ #include "base/enums.h" #include "class_linker.h" #include "compiled_method-inl.h" +#include "dex/descriptors_names.h" #include "dex/quick_compiler_callbacks.h" #include "dex/verification_results.h" #include "driver/compiler_driver.h" |