package An official xmake package repository
https://xrepo.xmake.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
346 B
13 lines
346 B
8 months ago
|
diff --git a/include/bitsery/details/adapter_common.h b/include/bitsery/details/adapter_common.h
|
||
|
index 7f665d4..166d188 100644
|
||
|
--- a/include/bitsery/details/adapter_common.h
|
||
|
+++ b/include/bitsery/details/adapter_common.h
|
||
|
@@ -28,6 +28,7 @@
|
||
|
#include <algorithm>
|
||
|
#include <cassert>
|
||
|
#include <climits>
|
||
|
+#include <cstdint>
|
||
|
|
||
|
namespace bitsery {
|
||
|
|