summaryrefslogtreecommitdiffstats
path: root/compiler/common_compiler_test.cc
diff options
context:
space:
mode:
authorVladimir Marko <vmarko@google.com>2015-03-31 18:48:28 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-03-31 18:48:29 +0000
commitf93c6fe65c4c5e601cce467e87bbe71a87c5bac0 (patch)
treecc80db464fa34c9b10e5f3fceee8596c0fe68a36 /compiler/common_compiler_test.cc
parent1f940310658cd5a15e12305463fb6d2d508bbd26 (diff)
parent20f85597828194c12be10d3a927999def066555e (diff)
downloadandroid_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.cc1
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"