mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 00:10:04 +00:00
Boost 1.88 requires type_traits include
This commit is contained in:
parent
0da5051408
commit
571fdfa692
2 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
||||||
# pragma clang diagnostic ignored "-Wunused-parameter"
|
# pragma clang diagnostic ignored "-Wunused-parameter"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <boost/type_traits/add_const.hpp>
|
||||||
#include <boost/range/any_range.hpp>
|
#include <boost/range/any_range.hpp>
|
||||||
|
|
||||||
#if defined(__clang__)
|
#if defined(__clang__)
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,7 @@
|
||||||
# pragma clang diagnostic ignored "-Wunused-parameter"
|
# pragma clang diagnostic ignored "-Wunused-parameter"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <boost/type_traits/add_const.hpp>
|
||||||
#include <boost/range/any_range.hpp>
|
#include <boost/range/any_range.hpp>
|
||||||
|
|
||||||
#if defined(__clang__)
|
#if defined(__clang__)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue