commit | a3d2718d1fac53210b2a311b1728409d6c8e7b9d | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Tue Nov 05 23:22:27 2013 -0800 |
committer | Brian Carlstrom <bdc@google.com> | Wed Nov 06 01:33:23 2013 -0800 |
tree | 5f000437e67d2def425d0e25c3b53cef8bf2515b | |
parent | f7ee11632e3dfda29d553d8962be9747d5ce6dfd [diff] [blame] |
Change thread.h to thread-inl.h to pick up missing Thread::Currnet for debug build in master Change-Id: I56a4dd18ec1c212f9dbb73b14c0c0623b23c87bd
diff --git a/runtime/well_known_classes.cc b/runtime/well_known_classes.cc index 8de020a..e3946f7 100644 --- a/runtime/well_known_classes.cc +++ b/runtime/well_known_classes.cc
@@ -21,7 +21,7 @@ #include "base/logging.h" #include "mirror/class.h" #include "ScopedLocalRef.h" -#include "thread.h" +#include "thread-inl.h" namespace art {