diff options
| author | 2019-01-10 18:10:18 +0000 | |
|---|---|---|
| committer | 2019-01-10 18:10:18 +0000 | |
| commit | 2d22ffce2b2b97a323ea09ec3f5015fb256ec57f (patch) | |
| tree | 658555def3f25508bd6b3777f712ca281e86a12b /runtime/runtime.cc | |
| parent | fe2886de2a9f06f286fe905ce8417981b9089c5c (diff) | |
| parent | e5d2398fa5be5effbc552b244387119dc53a9671 (diff) | |
Merge "ART: Forward-declare Context"
Diffstat (limited to 'runtime/runtime.cc')
| -rw-r--r-- | runtime/runtime.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/runtime.cc b/runtime/runtime.cc index 15225a6d05..eea7c6713a 100644 --- a/runtime/runtime.cc +++ b/runtime/runtime.cc @@ -42,6 +42,7 @@ #include "aot_class_linker.h" #include "arch/arm/registers_arm.h" #include "arch/arm64/registers_arm64.h" +#include "arch/context.h" #include "arch/instruction_set_features.h" #include "arch/mips/registers_mips.h" #include "arch/mips64/registers_mips64.h" |