diff --git a/include/boost/charconv/detail/type_traits.hpp b/include/boost/charconv/detail/type_traits.hpp index 4160555..54b6d54 100644 --- a/include/boost/charconv/detail/type_traits.hpp +++ b/include/boost/charconv/detail/type_traits.hpp @@ -6,6 +6,7 @@ #define BOOST_CHARCONV_DETAIL_TYPE_TRAITS_HPP #include +#include "emulated128.hpp" #include namespace boost { namespace charconv { namespace detail {