Updating most dependencies to latest, holding back libcurl for compatibility with cpr

This commit is contained in:
Dan Paulat 2023-01-16 22:19:22 -06:00
parent 5c793e07d8
commit 911226c166
7 changed files with 19 additions and 14 deletions

View file

@ -13,12 +13,14 @@
#include <mutex>
#include <shared_mutex>
#pragma warning(push, 0)
#include <boost/asio/steady_timer.hpp>
#include <boost/range/irange.hpp>
#include <boost/timer/timer.hpp>
#include <fmt/chrono.h>
#include <GeographicLib/Geodesic.hpp>
#include <QMapLibreGL/QMapLibreGL>
#pragma warning(pop)
namespace scwx
{

View file

@ -8,6 +8,8 @@
#include <array>
#include <execution>
#include <boost/json.hpp>
namespace scwx
{
namespace qt