From 3913e488afb884ccee76d620d4357b6308e55010 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Mon, 22 Jan 2018 18:58:01 -0800 Subject: ART: Refactor profile_compilation_info.h includes Use forward declarations. Test: m Change-Id: Ife25be9e2eb5ba9224f082aaa935f821a3597963 --- compiler/driver/compiler_driver.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/driver/compiler_driver.cc') 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" -- cgit v1.2.3-59-g8ed1b