diff options
author | 2014-12-11 14:34:28 -0800 | |
---|---|---|
committer | 2014-12-12 09:33:34 -0800 | |
commit | 956af0f0cb05422e38c1d22cbef309d16b8a1a12 (patch) | |
tree | b558c804d206dad8da648b815750f1b3c97610ae /runtime/mirror/object.cc | |
parent | 407d77f344cfbdbbfb50531c5f0766bc0892e2fe (diff) |
Remove portable.
Change-Id: I3bf3250fa866fd2265f1b115d52fa5dedc48a7fc
Diffstat (limited to 'runtime/mirror/object.cc')
-rw-r--r-- | runtime/mirror/object.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/mirror/object.cc b/runtime/mirror/object.cc index 65d6adedcf..8bccd9e43c 100644 --- a/runtime/mirror/object.cc +++ b/runtime/mirror/object.cc @@ -24,6 +24,7 @@ #include "class.h" #include "class-inl.h" #include "class_linker-inl.h" +#include "dex_file-inl.h" #include "gc/accounting/card_table-inl.h" #include "gc/heap.h" #include "iftable-inl.h" |