summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.h
diff options
context:
space:
mode:
author Brian Carlstrom <bdc@google.com> 2013-07-15 13:14:23 -0700
committer Brian Carlstrom <bdc@google.com> 2013-07-17 13:10:11 -0700
commit56d947fbc9bc2992e2f93112fafb73e50d2aaa7a (patch)
treecfdbb596075c8652384e89c1d002f147d610c07d /compiler/driver/compiler_driver.h
parent6d69f592696f3bbd3bb0978ae3b25f2c359aac0d (diff)
Add verification of boot.oat generated on device
Change-Id: I069586205a9a92fc7375ccf5cdde136bbbcfc800
Diffstat (limited to 'compiler/driver/compiler_driver.h')
-rw-r--r--compiler/driver/compiler_driver.h2
1 files changed, 1 insertions, 1 deletions
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"