Skip to content

Commit

Permalink
Merge pull request #4009 from kraj/gcc13
Browse files Browse the repository at this point in the history
Fix build with gcc 13 by including <cstdint>
  • Loading branch information
egorpugin authored Jan 30, 2023
2 parents a3b9acf + 2025b53 commit e3fb0c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ccutil/params.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

#include <tesseract/export.h> // for TESS_API

#include <cstdint>
#include <cstdio>
#include <cstring>
#include <string>
Expand Down

0 comments on commit e3fb0c6

Please sign in to comment.