From bda1d606f2d31086874b68edd9254e3817d8049c Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Mon, 29 Aug 2016 17:43:45 -0700 Subject: ART: Detach libart-disassembler from libart Some more intrusive changes than I would have liked, as long as ART logging is different from libbase logging. Fix up some includes. Bug: 15436106 Bug: 31338270 Test: m test-art-host Change-Id: I9fbe4b85b2d74e079a4981f3aec9af63b163a461 --- runtime/code_simulator_container.h | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/code_simulator_container.h') diff --git a/runtime/code_simulator_container.h b/runtime/code_simulator_container.h index 655a2472f4..10178bac67 100644 --- a/runtime/code_simulator_container.h +++ b/runtime/code_simulator_container.h @@ -18,6 +18,7 @@ #define ART_RUNTIME_CODE_SIMULATOR_CONTAINER_H_ #include "arch/instruction_set.h" +#include "base/logging.h" #include "simulator/code_simulator.h" namespace art { -- cgit v1.2.3-59-g8ed1b