Skip to content

Commit

Permalink
Merge pull request #408 from Jamaika1/patch-7
Browse files Browse the repository at this point in the history
Fix missing header for gcc 15: added <cstdint>
  • Loading branch information
pinterf authored Jan 23, 2025
2 parents c87ab14 + 50eac2e commit 73cb766
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions avs_core/core/strings.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

#include <string>
#include <memory>
#include <cstdint>

bool streqi(const char* s1, const char* s2);
std::string concat(const std::string &s1, const std::string &s2);
Expand Down

0 comments on commit 73cb766

Please sign in to comment.