diff options
Diffstat (limited to 'base/base_paths_posix.cc')
-rw-r--r-- | base/base_paths_posix.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/base_paths_posix.cc b/base/base_paths_posix.cc index 048434f..4b847c4 100644 --- a/base/base_paths_posix.cc +++ b/base/base_paths_posix.cc @@ -6,6 +6,8 @@ // don't have their own base_paths_OS.cc implementation (i.e. all but Mac and // Android). +#include <limits.h> + #include <ostream> #include <string> |