FIX: Build error on GCC 13.x (#106)

Refer to https://gcc.gnu.org/gcc-13/porting_to.html for details on why change was needed
This commit is contained in:
NBurley93
2023-06-06 02:09:26 -05:00
committed by GitHub
parent ceeb189c8b
commit 94f7adaf6c

View File

@@ -28,6 +28,7 @@
#include <algorithm>
#include <cassert>
#include <climits>
#include <cstdint>
namespace bitsery {