]> source.dussan.org Git - rspamd.git/commit
Fix build with gcc 13 by including <cstdint> 4375/head
authorHeiko Becker <heirecka@exherbo.org>
Wed, 18 Jan 2023 22:54:24 +0000 (23:54 +0100)
committerHeiko Becker <heirecka@exherbo.org>
Thu, 19 Jan 2023 14:12:18 +0000 (15:12 +0100)
commit0a916c632e18e6686e1a2256d5ef2fe1a1cc239f
tree4f553b982eea32e333645a31f89eaf1e8c594ad0
parenta819525203b1e5f0628c4c529cc69aa7db888dcd
Fix build with gcc 13 by including <cstdint>

Like other versions before, gcc 13 moved some includes around and as a
result <cstdint> is no longer transitively included. Explicitly include
it for uint8_t.
src/libserver/css/css_tokeniser.hxx
src/libserver/html/html_tag.hxx