diff --git a/CMakeLists.txt b/CMakeLists.txt index 869e815..fe45d2e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,4 +19,5 @@ target_link_libraries(boost_integer Boost::core Boost::static_assert Boost::throw_exception + Boost::type_traits )