summaryrefslogtreecommitdiffstats
path: root/runtime/gc/collector/partial_mark_sweep.cc
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2013-11-05 23:22:27 -0800
committerBrian Carlstrom <bdc@google.com>2013-11-06 01:33:23 -0800
commita3d2718d1fac53210b2a311b1728409d6c8e7b9d (patch)
tree5f000437e67d2def425d0e25c3b53cef8bf2515b /runtime/gc/collector/partial_mark_sweep.cc
parentf7ee11632e3dfda29d553d8962be9747d5ce6dfd (diff)
downloadart-a3d2718d1fac53210b2a311b1728409d6c8e7b9d.zip
art-a3d2718d1fac53210b2a311b1728409d6c8e7b9d.tar.gz
art-a3d2718d1fac53210b2a311b1728409d6c8e7b9d.tar.bz2
Change thread.h to thread-inl.h to pick up missing Thread::Currnet for debug build in master
Change-Id: I56a4dd18ec1c212f9dbb73b14c0c0623b23c87bd
Diffstat (limited to 'runtime/gc/collector/partial_mark_sweep.cc')
-rw-r--r--runtime/gc/collector/partial_mark_sweep.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/gc/collector/partial_mark_sweep.cc b/runtime/gc/collector/partial_mark_sweep.cc
index cc3cfe5..29367ce 100644
--- a/runtime/gc/collector/partial_mark_sweep.cc
+++ b/runtime/gc/collector/partial_mark_sweep.cc
@@ -19,7 +19,7 @@
#include "gc/heap.h"
#include "gc/space/space.h"
#include "partial_mark_sweep.h"
-#include "thread.h"
+#include "thread-inl.h"
namespace art {
namespace gc {