From 0da5051408a4afbd76589fc508dc6ce255a6bfe7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 16:25:07 +0000 Subject: [PATCH 1/2] Update dependency boost to v1.88.0 --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index 19ee2f76..4307a91a 100644 --- a/conanfile.py +++ b/conanfile.py @@ -5,7 +5,7 @@ import os class SupercellWxConan(ConanFile): settings = ("os", "compiler", "build_type", "arch") - requires = ("boost/1.87.0", + requires = ("boost/1.88.0", "cpr/1.11.2", "fontconfig/2.15.0", "freetype/2.13.2", From 571fdfa692975163f66e4b92aa1c7fd8b4da8f13 Mon Sep 17 00:00:00 2001 From: Dan Paulat Date: Thu, 29 May 2025 00:32:46 +0000 Subject: [PATCH 2/2] Boost 1.88 requires type_traits include --- wxdata/include/scwx/awips/coded_location.hpp | 1 + wxdata/include/scwx/awips/coded_time_motion_location.hpp | 1 + 2 files changed, 2 insertions(+) diff --git a/wxdata/include/scwx/awips/coded_location.hpp b/wxdata/include/scwx/awips/coded_location.hpp index 0b147444..1f29faa7 100644 --- a/wxdata/include/scwx/awips/coded_location.hpp +++ b/wxdata/include/scwx/awips/coded_location.hpp @@ -12,6 +12,7 @@ # pragma clang diagnostic ignored "-Wunused-parameter" #endif +#include #include #if defined(__clang__) diff --git a/wxdata/include/scwx/awips/coded_time_motion_location.hpp b/wxdata/include/scwx/awips/coded_time_motion_location.hpp index 123ea6e3..1d950ee0 100644 --- a/wxdata/include/scwx/awips/coded_time_motion_location.hpp +++ b/wxdata/include/scwx/awips/coded_time_motion_location.hpp @@ -13,6 +13,7 @@ # pragma clang diagnostic ignored "-Wunused-parameter" #endif +#include #include #if defined(__clang__)