mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:10:06 +00:00
Add missing date includes to IEM API provider
This commit is contained in:
parent
05ff080d78
commit
b117d2088a
1 changed files with 4 additions and 0 deletions
|
|
@ -7,6 +7,10 @@
|
||||||
#include <boost/json.hpp>
|
#include <boost/json.hpp>
|
||||||
#include <cpr/cpr.h>
|
#include <cpr/cpr.h>
|
||||||
|
|
||||||
|
#if (__cpp_lib_chrono < 201907L)
|
||||||
|
# include <date/date.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace scwx::provider
|
namespace scwx::provider
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue