commit | 44d6ff197b340b5ac2a4094db148b39c366317dd | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Thu Mar 06 23:11:11 2014 -0800 |
committer | Ian Rogers <irogers@google.com> | Thu Mar 06 23:11:11 2014 -0800 |
tree | 818c34e10f126b20a22ee7abd5f054b7f34c3100 | |
parent | b35d722809e93cd2aeaf523255fdfac9eba75f76 [diff] [blame] |
Fix issues with clang and BUILD_HOST_64bit. Change-Id: Id954d0c1144de6eaf89a4d27d205e3bf6ccb655f
diff --git a/runtime/monitor_pool.cc b/runtime/monitor_pool.cc index 19e569d..eb7525a 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 {