Chromium Code Reviews| Index: util/file/file_writer.cc |
| diff --git a/util/file/file_writer.cc b/util/file/file_writer.cc |
| index 592f0f6195ded89d7f91f922f75dbe2c70f01d20..703a88291a5140e510c73b54783b99a3334a8995 100644 |
| --- a/util/file/file_writer.cc |
| +++ b/util/file/file_writer.cc |
| @@ -16,6 +16,8 @@ |
| #include <algorithm> |
| +#include <limits.h> |
| + |
| #include "base/logging.h" |
| #include "base/posix/eintr_wrapper.h" |
| #include "util/file/fd_io.h" |