mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 07:50:04 +00:00
Updating most dependencies to latest, holding back libcurl for compatibility with cpr
This commit is contained in:
parent
5c793e07d8
commit
911226c166
7 changed files with 19 additions and 14 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -8,6 +8,8 @@
|
|||
#include <array>
|
||||
#include <execution>
|
||||
|
||||
#include <boost/json.hpp>
|
||||
|
||||
namespace scwx
|
||||
{
|
||||
namespace qt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue