diff options
Diffstat (limited to 'runtime/lock_word.h')
-rw-r--r-- | runtime/lock_word.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lock_word.h b/runtime/lock_word.h index edc64f35a1..14f638ee78 100644 --- a/runtime/lock_word.h +++ b/runtime/lock_word.h @@ -17,8 +17,8 @@ #ifndef ART_RUNTIME_LOCK_WORD_H_ #define ART_RUNTIME_LOCK_WORD_H_ +#include <cstdint> #include <iosfwd> -#include <stdint.h> #include "base/bit_utils.h" #include "base/logging.h" |