Fix CHAR_BIT not found by including climits.

This commit is contained in:
Tony Walker
2017-09-09 18:35:13 -04:00
committed by Howard Hinnant
parent 0f658db2cd
commit ef6d53595d

1
date.h
View File

@@ -33,6 +33,7 @@
#include <algorithm> #include <algorithm>
#include <cctype> #include <cctype>
#include <chrono> #include <chrono>
#include <climits>
#if !(__cplusplus >= 201402) #if !(__cplusplus >= 201402)
# include <cmath> # include <cmath>
#endif #endif