diff options
Diffstat (limited to 'xfce-extra/xfce4-cpugraph-plugin/files/gcc13.patch')
-rw-r--r-- | xfce-extra/xfce4-cpugraph-plugin/files/gcc13.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-cpugraph-plugin/files/gcc13.patch b/xfce-extra/xfce4-cpugraph-plugin/files/gcc13.patch new file mode 100644 index 000000000000..7b5ef2791520 --- /dev/null +++ b/xfce-extra/xfce4-cpugraph-plugin/files/gcc13.patch @@ -0,0 +1,16 @@ + +Bug: https://bugs.gentoo.org/910712 +Bug: https://gitlab.xfce.org/panel-plugins/xfce4-cpugraph-plugin/-/issues/37 + +Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> + +--- a/xfce4++/util/gtk.cc~ 2023-07-22 22:44:01.000000000 +0200 ++++ b/xfce4++/util/gtk.cc 2023-07-23 10:01:32.508675676 +0200 +@@ -19,6 +19,7 @@ + */ + + #include "gtk.h" ++#include <cstdint> + + namespace xfce4 { + |