Merge pull request #26266 from thexai/fix-chunk
[xbmc.git] / tools / depends / native / waylandpp-scanner / 001-fix-gcc13-build.patch
blobc440c1141eb4151f731a129b04791dba0de56b75
1 --- a/include/wayland-client.hpp
2 +++ b/include/wayland-client.hpp
3 @@ -33,6 +33,7 @@
4 #include <memory>
5 #include <string>
6 #include <vector>
7 +#include <cstdint>
8 #include <wayland-version.hpp>
9 #include <wayland-client-core.h>
10 #include <wayland-util.hpp>
12 --- a/scanner/scanner.cpp
13 +++ b/scanner/scanner.cpp
14 @@ -24,6 +24,7 @@
15 #include <cctype>
16 #include <cmath>
17 #include <stdexcept>
18 +#include <cstdint>
20 #include "pugixml.hpp"
22 @@ -928,6 +929,7 @@
23 << "#include <memory>" << std::endl
24 << "#include <string>" << std::endl
25 << "#include <vector>" << std::endl
26 + << "#include <cstdint>" << std::endl
27 << std::endl
28 << "#include <wayland-client.hpp>" << std::endl;