summaryrefslogtreecommitdiff
path: root/runtime/monitor_pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/monitor_pool.h')
-rw-r--r--runtime/monitor_pool.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/runtime/monitor_pool.h b/runtime/monitor_pool.h
index 32f3f4ebe3..82d0feef4d 100644
--- a/runtime/monitor_pool.h
+++ b/runtime/monitor_pool.h
@@ -17,11 +17,14 @@
#ifndef ART_RUNTIME_MONITOR_POOL_H_
#define ART_RUNTIME_MONITOR_POOL_H_
-#include "monitor.h"
+#ifdef __LP64__
+#include <bitset>
+#include <stdint.h>
+#include "monitor.h"
+#include "runtime.h"
#include "safe_map.h"
-
-#include <stdint.h>
+#endif
namespace art {