diff options
author | 2018-10-26 21:27:38 +0000 | |
---|---|---|
committer | 2018-10-26 21:27:38 +0000 | |
commit | ce2a00daa92670a4fc01ef59fdbc3769a846f69c (patch) | |
tree | 77930ed648604f50fe6a46059f4cc659b443ddb7 /runtime/common_runtime_test.cc | |
parent | eba69a124eb6e0038e3ecc9c1a57cc0251641a89 (diff) | |
parent | 70f5fd0770adbef645950895309a2a63c3bde7c0 (diff) |
Merge "ART: Add class-alloc-inl.h"
Diffstat (limited to 'runtime/common_runtime_test.cc')
-rw-r--r-- | runtime/common_runtime_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/common_runtime_test.cc b/runtime/common_runtime_test.cc index 8fdf8aa0cd..fcf6bb25e3 100644 --- a/runtime/common_runtime_test.cc +++ b/runtime/common_runtime_test.cc @@ -50,6 +50,7 @@ #include "interpreter/unstarted_runtime.h" #include "jni/java_vm_ext.h" #include "jni/jni_internal.h" +#include "mirror/class-alloc-inl.h" #include "mirror/class-inl.h" #include "mirror/class_loader.h" #include "mirror/object_array-alloc-inl.h" |