Skip to content

Commit

Permalink
Merge pull request #4216 from rouault/fix_4215
Browse files Browse the repository at this point in the history
Add missing include cstdint
  • Loading branch information
rouault authored Aug 7, 2024
2 parents a4593b4 + 8b78ba4 commit 59ea0da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/apps/cct.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ Thomas Knudsen, [email protected], 2016-05-25/2017-10-26
#include <string.h>

#include <algorithm>
#include <cstdint>
#include <fstream> // std::ifstream
#include <iostream>

Expand Down
1 change: 1 addition & 0 deletions src/apps/cs2cs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include <string.h>

#include <cassert>
#include <cstdint>
#include <iostream>
#include <string>
#include <vector>
Expand Down

0 comments on commit 59ea0da

Please sign in to comment.