diff options
Diffstat (limited to 'runtime/simulator/code_simulator_arm64.cc')
-rw-r--r-- | runtime/simulator/code_simulator_arm64.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/simulator/code_simulator_arm64.cc b/runtime/simulator/code_simulator_arm64.cc index 897d4f515d..c7ad1fd8aa 100644 --- a/runtime/simulator/code_simulator_arm64.cc +++ b/runtime/simulator/code_simulator_arm64.cc @@ -16,6 +16,8 @@ #include "simulator/code_simulator_arm64.h" +#include "base/logging.h" + using namespace vixl::aarch64; // NOLINT(build/namespaces) namespace art { |