summaryrefslogtreecommitdiff
path: root/compiler/elf_patcher.cc
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2014-08-12 23:19:23 -0700
committer Andreas Gampe <agampe@google.com> 2014-08-22 21:20:08 -0700
commit53c913bb71b218714823c8c87a1f92830c336f61 (patch)
tree96aebfc9ae62eb1454b78286236567e2b6f3e5c7 /compiler/elf_patcher.cc
parente18aa4316eb9a15cd6b1051f27a1ce49967c170e (diff)
ART: Clean up compiler
Clean up the compiler: less extern functions, dis-entangle compilers, hide some compiler specifics, lower global includes. Change-Id: Ibaf88d02505d86994d7845cf0075be5041cc8438
Diffstat (limited to 'compiler/elf_patcher.cc')
-rw-r--r--compiler/elf_patcher.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/elf_patcher.cc b/compiler/elf_patcher.cc
index 9ae755d45a..72bf7d303f 100644
--- a/compiler/elf_patcher.cc
+++ b/compiler/elf_patcher.cc
@@ -19,6 +19,7 @@
#include <vector>
#include <set>
+#include "class_linker.h"
#include "elf_file.h"
#include "elf_utils.h"
#include "mirror/art_field-inl.h"