Clang on Fedora needs <climits> for the CHAR_BIT definition.

This commit is contained in:
Sascha Zelzer
2016-09-16 07:31:04 +02:00
parent 3fb4d32922
commit 69ec0bb134

View File

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