Skip to content

Commit c7fb53b

Browse files
committed
Include cstdint for compatibility with GCC 15
cstdint needs to be included explicitly since GCC 15. https://gcc.gnu.org/gcc-15/porting_to.html
1 parent fb5a1f0 commit c7fb53b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

third_party/msgpack11/msgpack11.hpp

+1
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)