diff options
author | 2018-01-23 05:18:23 +0000 | |
---|---|---|
committer | 2018-01-23 05:18:23 +0000 | |
commit | 2e1791b74406fba9930bbe5dfa5358d2d2c07e1a (patch) | |
tree | a5757e4fc742fa67741eb2050da084c326f9517c /compiler/driver/compiler_driver.cc | |
parent | 03ff766dc8dfcb18e5204e94fabc8b78a851a372 (diff) | |
parent | 3913e488afb884ccee76d620d4357b6308e55010 (diff) |
Merge "ART: Refactor profile_compilation_info.h includes"
Diffstat (limited to 'compiler/driver/compiler_driver.cc')
-rw-r--r-- | compiler/driver/compiler_driver.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/driver/compiler_driver.cc b/compiler/driver/compiler_driver.cc index 6c5cc50269..27cfe19dda 100644 --- a/compiler/driver/compiler_driver.cc +++ b/compiler/driver/compiler_driver.cc @@ -56,6 +56,7 @@ #include "gc/space/space.h" #include "handle_scope-inl.h" #include "intrinsics_enum.h" +#include "jit/profile_compilation_info.h" #include "jni_internal.h" #include "linker/linker_patch.h" #include "mirror/class-inl.h" |