summaryrefslogtreecommitdiffstats
path: root/runtime/base/bounded_fifo.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/base/bounded_fifo.h')
-rw-r--r--runtime/base/bounded_fifo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/base/bounded_fifo.h b/runtime/base/bounded_fifo.h
index 7bcd382022..1520770fe6 100644
--- a/runtime/base/bounded_fifo.h
+++ b/runtime/base/bounded_fifo.h
@@ -17,8 +17,9 @@
#ifndef ART_RUNTIME_BASE_BOUNDED_FIFO_H_
#define ART_RUNTIME_BASE_BOUNDED_FIFO_H_
+#include <android-base/logging.h>
+
#include "base/bit_utils.h"
-#include "base/logging.h"
namespace art {