diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-12-16 10:49:36 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-12-16 10:49:51 +0100 |
commit | bbce3d916c1dde77da976f98345cdfe46d510b03 (patch) | |
tree | 63e1fbf60aad29787098a177e8b81c5358cdd1fd /kde-plasma/wacomtablet | |
parent | media-fonts/noto: Fix EmptyGlobalAssignment (diff) | |
download | gentoo-bbce3d916c1dde77da976f98345cdfe46d510b03.tar.gz gentoo-bbce3d916c1dde77da976f98345cdfe46d510b03.tar.bz2 gentoo-bbce3d916c1dde77da976f98345cdfe46d510b03.zip |
kde-plasma/wacomtablet: Add missing patch...
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/wacomtablet')
-rw-r--r-- | kde-plasma/wacomtablet/files/wacomtablet-3.2.0-missing-include.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/kde-plasma/wacomtablet/files/wacomtablet-3.2.0-missing-include.patch b/kde-plasma/wacomtablet/files/wacomtablet-3.2.0-missing-include.patch new file mode 100644 index 000000000000..4ab144beabd4 --- /dev/null +++ b/kde-plasma/wacomtablet/files/wacomtablet-3.2.0-missing-include.patch @@ -0,0 +1,24 @@ +From c6bdd5a15c2e200aae6a7fe3597bbf11691e7e5f Mon Sep 17 00:00:00 2001 +From: Nicolas Fella <nicolas.fella@gmx.de> +Date: Tue, 6 Jun 2023 23:24:07 +0200 +Subject: [PATCH] Add missing include + +--- + autotests/faketablet/faketablet.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/autotests/faketablet/faketablet.cpp b/autotests/faketablet/faketablet.cpp +index 076a8d18..bf9e4904 100644 +--- a/autotests/faketablet/faketablet.cpp ++++ b/autotests/faketablet/faketablet.cpp +@@ -20,6 +20,7 @@ + #include <iostream> + #include <cstring> + #include <cstdio> ++#include <cstdint> + #include <cstdlib> + #include <csignal> + #include <unistd.h> +-- +GitLab + |