gentoo-ebuilds/app-misc/g810-led/files/g810-led-0.4.2_gcc13.patch
Haelwenn (lanodan) Monnier 1de89049f3
app-misc/g810-led: Fix for GCC 13
Closes: https://bugs.gentoo.org/895426
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Closes: https://github.com/gentoo/gentoo/pull/30640
Signed-off-by: Sam James <sam@gentoo.org>
2023-04-18 14:28:02 +01:00

21 lines
504 B
Diff

From 0ca17e2ba8c8f01e51a360903a2009186ff78a1c Mon Sep 17 00:00:00 2001
From: Olav Reinert <seroton10@gmail.com>
Date: Sun, 26 Mar 2023 13:48:10 +0200
Subject: [PATCH] fix: compilation error with GCC 13
---
src/helpers/help.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/helpers/help.h b/src/helpers/help.h
index 1d176f0..b7d02fd 100644
--- a/src/helpers/help.h
+++ b/src/helpers/help.h
@@ -18,6 +18,7 @@
#define HELP_HELPER
#include <iostream>
+#include <cstdint>
namespace help {