commit | 2a0e954ecf7c60e6ec62d64b9382cc4ee447e224 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Wed May 21 14:55:02 2014 -0700 |
committer | Dan Albert <danalbert@google.com> | Wed May 21 19:47:17 2014 -0700 |
tree | 37d22f5d9e221ecd8a68c41d430e7b21fa3f54d1 | |
parent | 299d2a2b200a94daa49c4727fd679f4461c083c7 [diff] [blame] |
Move art host to libc++ Change-Id: Ia51a4fdfdbae7377130a43c401c2d8d241671d1e
diff --git a/compiler/output_stream.h b/compiler/output_stream.h index 478a854..b5ac933 100644 --- a/compiler/output_stream.h +++ b/compiler/output_stream.h
@@ -18,8 +18,8 @@ #define ART_COMPILER_OUTPUT_STREAM_H_ #include <stdint.h> - #include <string> +#include <sys/types.h> #include "base/macros.h"