summaryrefslogtreecommitdiffstats
path: root/compiler/oat_writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/oat_writer.h')
-rw-r--r--compiler/oat_writer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/oat_writer.h b/compiler/oat_writer.h
index 676d62845..895163441 100644
--- a/compiler/oat_writer.h
+++ b/compiler/oat_writer.h
@@ -329,7 +329,9 @@ class OatWriter {
class RelativePatcher;
class NoRelativePatcher;
+ class X86BaseRelativePatcher;
class X86RelativePatcher;
+ class X86_64RelativePatcher;
class ArmBaseRelativePatcher;
class Thumb2RelativePatcher;
class Arm64RelativePatcher;