Skip to content

Commit

Permalink
Merge pull request #2678 from mitya57/gcc-15
Browse files Browse the repository at this point in the history
Add missing <cstdint> include for uint16_t, to fix build with GCC 15
  • Loading branch information
elfmz authored Feb 22, 2025
2 parents ce484cc + cde94d7 commit 348f9f1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include <colorer/strings/legacy/CommonString.h>
#include <memory>
#include <cstdint>

class CString;

Expand Down

0 comments on commit 348f9f1

Please sign in to comment.