diff options
Diffstat (limited to 'runtime/arch/mips/context_mips.cc')
-rw-r--r-- | runtime/arch/mips/context_mips.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/arch/mips/context_mips.cc b/runtime/arch/mips/context_mips.cc index 98ed5e60e6..ca1de0ae2a 100644 --- a/runtime/arch/mips/context_mips.cc +++ b/runtime/arch/mips/context_mips.cc @@ -17,6 +17,7 @@ #include "context_mips.h" #include "base/bit_utils.h" +#include "base/bit_utils_iterator.h" #include "quick/quick_method_frame_info.h" namespace art { |