Merge pull request #86 from saschazelzer/clang-fedora-support

Clang on Fedora needs <climits> for the CHAR_BIT definition.
This commit is contained in:
Howard Hinnant 2016-09-16 09:23:34 -04:00 committed by GitHub
commit cb820f9090

View File

@ -25,6 +25,8 @@
#include "date.h"
#include <climits>
namespace iso_week
{