gcc13.patch 626 B

1234567891011121314151617181920212223
  1. From 7a99bfa784f77be8f160961d25ab63dc2d5ccde0 Mon Sep 17 00:00:00 2001
  2. From: Vasiliy Glazov <vascom2@gmail.com>
  3. Date: Tue, 24 Jan 2023 10:42:46 +0300
  4. Subject: [PATCH] Fix build with GCC13
  5. Due to changes in GCC13 need fix include.
  6. ---
  7. include/radiotray-ng/i_config.hpp | 1 +
  8. 1 file changed, 1 insertion(+)
  9. diff --git a/include/radiotray-ng/i_config.hpp b/include/radiotray-ng/i_config.hpp
  10. index 39ab0af..6e92719 100644
  11. --- a/include/radiotray-ng/i_config.hpp
  12. +++ b/include/radiotray-ng/i_config.hpp
  13. @@ -17,6 +17,7 @@
  14. #pragma once
  15. #include <string>
  16. +#include <cstdint>
  17. // easier interface to work with than jsoncpp