summaryrefslogtreecommitdiff
path: root/src/compiler.cc
diff options
context:
space:
mode:
author Brian Carlstrom <bdc@google.com> 2011-08-23 16:02:11 -0700
committer Brian Carlstrom <bdc@google.com> 2011-08-31 09:46:57 -0700
commit1f87008b165d26541d832ff805250afdc89c253d (patch)
treea84122b3757b8f856eb0656a951ed6621b6d01a8 /src/compiler.cc
parentc5bfa8f49d8548d7c685a99b411311ef56bedffa (diff)
Add HeapTest and make GC work enough to pass it
Change-Id: If06eaef2921b64b3226bfd347acaec60ec993e67
Diffstat (limited to 'src/compiler.cc')
-rw-r--r--src/compiler.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler.cc b/src/compiler.cc
index 37f8298051..8396bdffa5 100644
--- a/src/compiler.cc
+++ b/src/compiler.cc
@@ -4,8 +4,10 @@
#include "assembler.h"
#include "class_linker.h"
+#include "class_loader.h"
#include "dex_cache.h"
#include "jni_compiler.h"
+#include "runtime.h"
extern bool oatCompileMethod(art::Method*, art::InstructionSet);