1
0

fix: fix gcc compile issue

This commit is contained in:
2025-12-16 22:04:01 +08:00
parent e864b0115e
commit fece224ec5
4 changed files with 23 additions and 20 deletions

View File

@@ -7,6 +7,7 @@
#include <concepts>
#include <stdexcept>
#include <cmath>
#include <cstring>
#include <type_traits>
#define NS_YYCC_BINSTORE_TYPES ::yycc::carton::binstore::types
@@ -221,3 +222,5 @@ namespace yycc::carton::binstore::serdes {
};
} // namespace yycc::carton::binstore::serdes
#undef NS_YYCC_BINSTORE_TYPES