Skip to content

Commit

Permalink
Fix missing cstdint for GCC 15
Browse files Browse the repository at this point in the history
  • Loading branch information
liangyongxiang committed Aug 26, 2024
1 parent 556ed22 commit 0129d83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SerializedValues.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
*/

#include <cassert>
#include <cstdint>
#include <cstring>

#include "Lexicon.hpp"
Expand Down

0 comments on commit 0129d83

Please sign in to comment.