Add missing date includes to IEM API provider

This commit is contained in:
Dan Paulat 2025-04-06 15:35:00 -05:00
parent 05ff080d78
commit b117d2088a

View file

@ -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
{ {