Skip to content

Commit 8115594

Browse files
authored
Include cstdint for compatibility with GCC 15 (#538)
cstdint needs to be included explicitly since GCC 15. https://gcc.gnu.org/gcc-15/porting_to.html
1 parent fb5a1f0 commit 8115594

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

third_party/msgpack11/msgpack11.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22

3+
#include <cstdint>
34
#include <string>
45
#include <vector>
56
#include <map>

0 commit comments

Comments
 (0)