2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-01-24 15:48:29 +00:00
qpdf/libtests
Christopher Fore 6918f0b7eb libtests: include cstdint for GCC 15
GCC 15 starts to no longer include this by default, requiring it to be
explicitly included.

Error message:
libtests/cxx11.cc:75:16: error: ‘uint8_t’ was not declared in this scope
   75 |     check_size<uint8_t>(1, false);
      |                ^~~~~~~
libtests/cxx11.cc:10:1: note: ‘uint8_t’ is defined in header ‘<cstdint>’; this is probably fixable by adding ‘#include <cstdint>’
    9 | #include <regex>
  +++ |+#include <cstdint>
   10 | #include <type_traits>

Signed-off-by: Christopher Fore <csfore@posteo.net>
2024-08-05 10:00:59 -04:00
..
2023-05-21 13:35:09 -04:00
2022-05-03 18:54:51 -04:00
2023-05-21 13:35:09 -04:00
2024-08-05 10:00:59 -04:00
2023-05-21 13:35:09 -04:00
2023-05-21 13:35:09 -04:00
2023-05-21 13:35:09 -04:00
2023-05-21 13:35:09 -04:00
2023-05-21 13:35:09 -04:00
2023-05-21 13:35:09 -04:00
2023-05-20 15:41:36 +01:00
2023-05-21 13:35:09 -04:00
2023-05-21 13:35:09 -04:00
2023-12-27 10:48:54 -05:00
2023-05-21 13:35:09 -04:00
2023-05-21 13:35:09 -04:00