diff options
| -rw-r--r-- | compiler/output_stream.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/output_stream.h b/compiler/output_stream.h index b5ac9331cd..97ccc2caa6 100644 --- a/compiler/output_stream.h +++ b/compiler/output_stream.h @@ -18,9 +18,10 @@ #define ART_COMPILER_OUTPUT_STREAM_H_ #include <stdint.h> -#include <string> #include <sys/types.h> +#include <string> + #include "base/macros.h" namespace art { |