Fix a warning

This commit is contained in:
Victor Zverovich 2023-12-23 14:51:43 -08:00
parent a537c39fdf
commit 86f2ec5de7

View File

@ -43,7 +43,7 @@
#include <system_error> // std::system_error
#ifdef __cpp_lib_bit_cast
# include <bit> // std::bitcast
# include <bit> // std::bit_cast
#endif
#include "core.h"