diff options
author | Vladimir Marko <vmarko@google.com> | 2015-03-31 18:48:28 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-03-31 18:48:29 +0000 |
commit | f93c6fe65c4c5e601cce467e87bbe71a87c5bac0 (patch) | |
tree | cc80db464fa34c9b10e5f3fceee8596c0fe68a36 /compiler/common_compiler_test.cc | |
parent | 1f940310658cd5a15e12305463fb6d2d508bbd26 (diff) | |
parent | 20f85597828194c12be10d3a927999def066555e (diff) | |
download | android_art-f93c6fe65c4c5e601cce467e87bbe71a87c5bac0.tar.gz android_art-f93c6fe65c4c5e601cce467e87bbe71a87c5bac0.tar.bz2 android_art-f93c6fe65c4c5e601cce467e87bbe71a87c5bac0.zip |
Merge "Fixed layout for dex caches in boot image."
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 1d0aad5425..96d90bb443 100644 --- a/compiler/common_compiler_test.cc +++ b/compiler/common_compiler_test.cc @@ -24,6 +24,7 @@ #include "dex/quick/dex_file_to_method_inliner_map.h" #include "dex/verification_results.h" #include "driver/compiler_driver.h" +#include "driver/compiler_options.h" #include "interpreter/interpreter.h" #include "mirror/art_method.h" #include "mirror/dex_cache.h" |