Skip to content

Commit

Permalink
Include cstdint for compatibility with GCC 15 (#538)
Browse files Browse the repository at this point in the history
cstdint needs to be included explicitly since GCC 15.
https://gcc.gnu.org/gcc-15/porting_to.html
  • Loading branch information
pastalian authored Jan 23, 2025
1 parent fb5a1f0 commit 8115594
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/msgpack11/msgpack11.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#include <cstdint>
#include <string>
#include <vector>
#include <map>
Expand Down

0 comments on commit 8115594

Please sign in to comment.