diff options
Diffstat (limited to 'runtime/base/logging.h')
| -rw-r--r-- | runtime/base/logging.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/base/logging.h b/runtime/base/logging.h index 5e8e994020..baa83e35af 100644 --- a/runtime/base/logging.h +++ b/runtime/base/logging.h @@ -17,8 +17,8 @@ #ifndef ART_RUNTIME_BASE_LOGGING_H_ #define ART_RUNTIME_BASE_LOGGING_H_ -#include <iostream> #include <memory> +#include <ostream> #include "base/macros.h" |