forked from HowardHinnant/date
Add missing #include
This commit is contained in:
1
date.h
1
date.h
@@ -28,6 +28,7 @@
|
|||||||
// been invented (that woud involve another several millennia of evolution).
|
// been invented (that woud involve another several millennia of evolution).
|
||||||
// We did not mean to shout.
|
// We did not mean to shout.
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
#include <cctype>
|
#include <cctype>
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
#if !(__cplusplus >= 201402)
|
#if !(__cplusplus >= 201402)
|
||||||
|
Reference in New Issue
Block a user