Commit Graph

2 Commits

Author SHA1 Message Date
Sergei Trofimovich
bac74d4085 usbguard-notifier: fix build against gcc-13
Without the change `usbguard-notifier` fails the build on `staging-next`
as:

    In file included from src/Notifier.hpp:24,
                     from src/Main.cpp:21:
    src/Serializer.hpp:35:5: error: 'uint32_t' does not name a type
       35 |     uint32_t device_id;
          |     ^~~~~~~~
    src/Serializer.hpp:25:1: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
       24 | #include <map>
      +++ |+#include <cstdint>
       25 | #include <string>
2024-01-04 10:12:18 +00:00
Franz Pletz
a2f9942dd8
usbguard-notifier: init at 0.1.0 2023-03-17 17:23:43 +01:00