diff options
Diffstat (limited to 'compiler/driver/compiler_options.h')
-rw-r--r-- | compiler/driver/compiler_options.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/driver/compiler_options.h b/compiler/driver/compiler_options.h index 3c920d9601..4eb695493b 100644 --- a/compiler/driver/compiler_options.h +++ b/compiler/driver/compiler_options.h @@ -29,6 +29,8 @@ namespace art { +class DexFile; + class CompilerOptions FINAL { public: // Guide heuristics to determine whether to compile method if profile data not available. |