summaryrefslogtreecommitdiff
path: root/runtime/monitor_pool.cc
diff options
context:
space:
mode:
author Ian Rogers <irogers@google.com> 2014-03-06 23:11:11 -0800
committer Ian Rogers <irogers@google.com> 2014-03-06 23:11:11 -0800
commit44d6ff197b340b5ac2a4094db148b39c366317dd (patch)
tree818c34e10f126b20a22ee7abd5f054b7f34c3100 /runtime/monitor_pool.cc
parentb35d722809e93cd2aeaf523255fdfac9eba75f76 (diff)
Fix issues with clang and BUILD_HOST_64bit.
Change-Id: Id954d0c1144de6eaf89a4d27d205e3bf6ccb655f
Diffstat (limited to 'runtime/monitor_pool.cc')
-rw-r--r--runtime/monitor_pool.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/monitor_pool.cc b/runtime/monitor_pool.cc
index 19e569d204..eb7525a6ad 100644
--- a/runtime/monitor_pool.cc
+++ b/runtime/monitor_pool.cc
@@ -18,6 +18,7 @@
#include "base/logging.h"
#include "base/mutex-inl.h"
+#include "thread-inl.h"
#include "monitor.h"
namespace art {