Skip to content

Commit

Permalink
feat: use stdint instead of cstdint, conforming to c99 instead of c+11 (
Browse files Browse the repository at this point in the history
  • Loading branch information
galkahana authored Oct 17, 2023
1 parent 669e59f commit bf450db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PDFWriter/TIFFImageHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
#include <string>
#include <list>
#include <utility>
#include <cstdint>
#include <stdint.h>



Expand Down

0 comments on commit bf450db

Please sign in to comment.