summaryrefslogtreecommitdiffstats
path: root/runtime/arch/arm64/quick_method_frame_info_arm64.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/arch/arm64/quick_method_frame_info_arm64.h')
-rw-r--r--runtime/arch/arm64/quick_method_frame_info_arm64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/arch/arm64/quick_method_frame_info_arm64.h b/runtime/arch/arm64/quick_method_frame_info_arm64.h
index 61b4dff..dfb3f99 100644
--- a/runtime/arch/arm64/quick_method_frame_info_arm64.h
+++ b/runtime/arch/arm64/quick_method_frame_info_arm64.h
@@ -17,10 +17,10 @@
#ifndef ART_RUNTIME_ARCH_ARM64_QUICK_METHOD_FRAME_INFO_ARM64_H_
#define ART_RUNTIME_ARCH_ARM64_QUICK_METHOD_FRAME_INFO_ARM64_H_
+#include "base/bit_utils.h"
#include "quick/quick_method_frame_info.h"
#include "registers_arm64.h"
#include "runtime.h" // for Runtime::CalleeSaveType.
-#include "utils.h" // for POPCOUNT
namespace art {
namespace arm64 {