Reviewers: William Hesse, Description: Fix presubmit error
[email protected] Please review this at http://codereview.chromium.org/6008010/ SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/platform-macos.cc Index: src/platform-macos.cc =================================================================== --- src/platform-macos.cc (revision 6141) +++ src/platform-macos.cc (working copy) @@ -29,7 +29,6 @@ // the implementation is in platform-posix.cc. #include <dlfcn.h> -#include <string> #include <unistd.h> #include <sys/mman.h> #include <mach/mach_init.h> @@ -51,9 +50,10 @@ #include <sys/types.h> #include <stdarg.h> #include <stdlib.h> - #include <errno.h> +#include <string> + #undef MAP_TYPE #include "v8.h" -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
