summaryrefslogtreecommitdiffstats
path: root/openjdkjvmti/jvmti_allocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'openjdkjvmti/jvmti_allocator.h')
-rw-r--r--openjdkjvmti/jvmti_allocator.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/openjdkjvmti/jvmti_allocator.h b/openjdkjvmti/jvmti_allocator.h
index 11af7b67e7..bd4c85bd7c 100644
--- a/openjdkjvmti/jvmti_allocator.h
+++ b/openjdkjvmti/jvmti_allocator.h
@@ -32,8 +32,9 @@
#ifndef ART_OPENJDKJVMTI_JVMTI_ALLOCATOR_H_
#define ART_OPENJDKJVMTI_JVMTI_ALLOCATOR_H_
-#include "base/logging.h"
-#include "base/macros.h"
+#include <android-base/logging.h>
+#include <android-base/macros.h>
+
#include "jvmti.h"
#include "ti_allocator.h"