Boost 1.88 requires type_traits include

This commit is contained in:
Dan Paulat 2025-05-29 00:32:46 +00:00
parent 0da5051408
commit 571fdfa692
2 changed files with 2 additions and 0 deletions

View file

@ -12,6 +12,7 @@
# pragma clang diagnostic ignored "-Wunused-parameter"
#endif
#include <boost/type_traits/add_const.hpp>
#include <boost/range/any_range.hpp>
#if defined(__clang__)

View file

@ -13,6 +13,7 @@
# pragma clang diagnostic ignored "-Wunused-parameter"
#endif
#include <boost/type_traits/add_const.hpp>
#include <boost/range/any_range.hpp>
#if defined(__clang__)