Fixes for the latest MSVS.
author <shinichiro.hamaji@gmail.com> <>
Tue, 19 Aug 2014 00:36:29 +0000 (00:36 +0000)
committer <shinichiro.hamaji@gmail.com> <>
Tue, 19 Aug 2014 00:36:29 +0000 (00:36 +0000)
commit78da3bf8fec7efbe046547ae00cdeafdb9a85a6d
tree18038d1f5397b36d7180d04b209c23c7c88ed263
parent09e8dd6289f5e02c183af6f91e8646f27ccdba40
Fixes for the latest MSVS.

- ssize_t
Since Windows does not have ssize_t, we need to include BaseTsd.h and
use SSIZE_t instead.

- include algorithm
MSVS 2013 requests developers to include algorithm when they use
std::min.

By yyanagisawa

git-svn-id: https://google-glog.googlecode.com/svn/trunk@143 eb4d4688-79bd-11dd-afb4-1d65580434c0
src/logging.cc