summaryrefslogtreecommitdiffstats
path: root/runtime/dex_file_tracking_registrar.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/dex_file_tracking_registrar.cc')
-rw-r--r--runtime/dex_file_tracking_registrar.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/dex_file_tracking_registrar.cc b/runtime/dex_file_tracking_registrar.cc
index 874d8ea905..4de43760d4 100644
--- a/runtime/dex_file_tracking_registrar.cc
+++ b/runtime/dex_file_tracking_registrar.cc
@@ -19,6 +19,8 @@
#include <deque>
#include <tuple>
+#include <android-base/logging.h>
+
// For dex tracking through poisoning. Note: Requires forcing sanitization. This is the reason for
// the ifdefs and early include.
#ifdef ART_DEX_FILE_ACCESS_TRACKING
@@ -28,7 +30,6 @@
#endif
#include "base/memory_tool.h"
-#include "base/logging.h"
#include "dex_file-inl.h"
namespace art {