diff --git a/cmake/FetchBoost.cmake b/cmake/FetchBoost.cmake index 73a7a2c6..eaddcacc 100644 --- a/cmake/FetchBoost.cmake +++ b/cmake/FetchBoost.cmake @@ -6,5 +6,5 @@ FetchContent_Declare( EXCLUDE_FROM_ALL ) -set(BOOST_INCLUDE_LIBRARIES any callable_traits mpl) +set(BOOST_INCLUDE_LIBRARIES any assign bimap callable_traits mpl) FetchContent_MakeAvailable(Boost) \ No newline at end of file diff --git a/include/Oasis/Concepts.hpp b/include/Oasis/Concepts.hpp index 94500df4..a5be810c 100644 --- a/include/Oasis/Concepts.hpp +++ b/include/Oasis/Concepts.hpp @@ -39,6 +39,9 @@ class BinaryExpression; template