OSDN Git Service

Add include files so that IceCompilerServer.cpp can compile on MSC.
authorKarl Schimpf <kschimpf@google.com>
Thu, 1 Oct 2015 21:23:14 +0000 (14:23 -0700)
committerKarl Schimpf <kschimpf@google.com>
Thu, 1 Oct 2015 21:23:14 +0000 (14:23 -0700)
commit166cbf4a312ce849d38e8799237c47e3d8d6807c
tree3334369913daecd92d5e168e45b0a578b80ab392
parent48e3ae5c62d7e626ed1a0dbbe38a7cc11a356260
Add include files so that IceCompilerServer.cpp can compile on MSC.

A recent change to IceCompilerServer.cpp was added to allow fatal
errors to return exit status zero. However, this code called ::write
(a C function) that is not defined when compiling with MSC. This CL
adds includes to fix this problem.

BUG=None
R=stichnot@chromium.org

Review URL: https://codereview.chromium.org/1379613005 .
src/IceCompileServer.cpp