1 --- a/include/wayland-client.hpp
2 +++ b/include/wayland-client.hpp
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
20 #include "pugixml.hpp"
23 << "#include <memory>" << std::endl
24 << "#include <string>" << std::endl
25 << "#include <vector>" << std::endl
26 + << "#include <cstdint>" << std::endl
28 << "#include <wayland-client.hpp>" << std::endl;