diff options
Diffstat (limited to 'compiler/utils/swap_space.cc')
-rw-r--r-- | compiler/utils/swap_space.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/swap_space.cc b/compiler/utils/swap_space.cc index a1eb08e041..4f6c915142 100644 --- a/compiler/utils/swap_space.cc +++ b/compiler/utils/swap_space.cc @@ -23,7 +23,7 @@ #include "base/logging.h" #include "base/macros.h" #include "base/mutex.h" -#include "thread-inl.h" +#include "thread-current-inl.h" namespace art { |