diff options
| author | 2015-01-29 01:17:10 +0000 | |
|---|---|---|
| committer | 2015-01-29 01:17:11 +0000 | |
| commit | 4a50662eeaa0b1a26be66e7584fb765151dabc59 (patch) | |
| tree | 0f298a17285fd845303472e2c27ccd69f586feac /compiler/optimizing/optimizing_unit_test.h | |
| parent | f08c6506858ff06d61c8f7ca2741409cd62142f5 (diff) | |
| parent | 5bdab12d8b48ca4c395d9d2c506ebff0df01b734 (diff) | |
Merge "Clean up pass driver"
Diffstat (limited to 'compiler/optimizing/optimizing_unit_test.h')
| -rw-r--r-- | compiler/optimizing/optimizing_unit_test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/optimizing/optimizing_unit_test.h b/compiler/optimizing/optimizing_unit_test.h index b3eb1e2d51..29d47e13cc 100644 --- a/compiler/optimizing/optimizing_unit_test.h +++ b/compiler/optimizing/optimizing_unit_test.h @@ -19,6 +19,7 @@ #include "nodes.h" #include "builder.h" +#include "compiler/dex/pass_manager.h" #include "dex_file.h" #include "dex_instruction.h" #include "ssa_liveness_analysis.h" |