diff options
author | Ian Rogers <irogers@google.com> | 2014-04-30 19:04:27 -0700 |
---|---|---|
committer | Ian Rogers <irogers@google.com> | 2014-05-01 08:31:01 -0700 |
commit | ff093b31d75658c3404f9b51ee45760f346f06d9 (patch) | |
tree | 16a11ff5a78862defcc169b0af2901360a57ab6a /runtime/quick_exception_handler.cc | |
parent | b3016551e5f264264dbb633a1ddf03ac97f9c66c (diff) |
Fix a few 64-bit compilation of 32-bit code issues.
Bug: 13423943
Change-Id: I939389413af0a68c0d95b23cd598b7c42afa4383
Diffstat (limited to 'runtime/quick_exception_handler.cc')
-rw-r--r-- | runtime/quick_exception_handler.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/quick_exception_handler.cc b/runtime/quick_exception_handler.cc index a91fdf17ec..aee0d64290 100644 --- a/runtime/quick_exception_handler.cc +++ b/runtime/quick_exception_handler.cc @@ -19,6 +19,7 @@ #include "catch_block_stack_visitor.h" #include "deoptimize_stack_visitor.h" #include "entrypoints/entrypoint_utils.h" +#include "mirror/art_method-inl.h" #include "sirt_ref-inl.h" namespace art { |