From 56d947fbc9bc2992e2f93112fafb73e50d2aaa7a Mon Sep 17 00:00:00 2001 From: Brian Carlstrom Date: Mon, 15 Jul 2013 13:14:23 -0700 Subject: Add verification of boot.oat generated on device Change-Id: I069586205a9a92fc7375ccf5cdde136bbbcfc800 --- compiler/driver/compiler_driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/driver/compiler_driver.h') diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h index d37f494ef1..4d7f0cf7b6 100644 --- a/compiler/driver/compiler_driver.h +++ b/compiler/driver/compiler_driver.h @@ -29,7 +29,7 @@ #include "instruction_set.h" #include "invoke_type.h" #include "method_reference.h" -#include "oat_file.h" +#include "os.h" #include "runtime.h" #include "safe_map.h" #include "thread_pool.h" -- cgit v1.2.3-59-g8ed1b