summaryrefslogtreecommitdiffstats
path: root/runtime/gc/gc_cause.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/gc/gc_cause.cc')
-rw-r--r--runtime/gc/gc_cause.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/gc/gc_cause.cc b/runtime/gc/gc_cause.cc
index 871208037a..d88fcdcc95 100644
--- a/runtime/gc/gc_cause.cc
+++ b/runtime/gc/gc_cause.cc
@@ -15,7 +15,10 @@
*/
#include "gc_cause.h"
-#include "base/logging.h"
+
+#include <android-base/logging.h>
+
+#include "base/macros.h"
#include "globals.h"
#include <ostream>