2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-01-02 22:50:20 +00:00

Merge pull request #1259 from csfore/gcc-15-fix

libtests: include cstdint for GCC 15
This commit is contained in:
Jay Berkenbilt 2024-08-05 10:38:34 -04:00 committed by GitHub
commit 84555e8bc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,6 @@
#include <qpdf/assert_test.h>
#include <cstdint>
#include <cstdlib>
#include <cstring>
#include <functional>