mirror of
https://github.com/HowardHinnant/date.git
synced 2025-07-30 18:57:14 +02:00
Merge pull request #86 from saschazelzer/clang-fedora-support
Clang on Fedora needs <climits> for the CHAR_BIT definition.
This commit is contained in:
@ -25,6 +25,8 @@
|
|||||||
|
|
||||||
#include "date.h"
|
#include "date.h"
|
||||||
|
|
||||||
|
#include <climits>
|
||||||
|
|
||||||
namespace iso_week
|
namespace iso_week
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user