diff --git a/include/fmt/format.h b/include/fmt/format.h index c34f505b..c24d5ba0 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -41,6 +41,10 @@ #include // std::system_error #include // std::swap +#ifdef __cpp_lib_bit_cast +#include // std::bitcast +#endif + #include "core.h" #if FMT_GCC_VERSION