Add verification of boot.oat generated on device

Change-Id: I069586205a9a92fc7375ccf5cdde136bbbcfc800
diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h
index d37f494..4d7f0cf 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"