diff options
Diffstat (limited to 'runtime/thread_state.h')
| -rw-r--r-- | runtime/thread_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/thread_state.h b/runtime/thread_state.h index 8edfeecbdd..e57a040cb1 100644 --- a/runtime/thread_state.h +++ b/runtime/thread_state.h @@ -17,7 +17,7 @@ #ifndef ART_RUNTIME_THREAD_STATE_H_ #define ART_RUNTIME_THREAD_STATE_H_ -#include <ostream> +#include <iosfwd> namespace art { |