From 98d74ed71466fe20929d9450b0cee0a512425a17 Mon Sep 17 00:00:00 2001 From: taj-ny <79316397+taj-ny@users.noreply.github.com> Date: Thu, 7 May 2026 17:39:06 +0200 Subject: [PATCH 1/2] lib: bump libevdev-cpp --- lib/libevdev-cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libevdev-cpp b/lib/libevdev-cpp index 4707a9e..d55995a 160000 --- a/lib/libevdev-cpp +++ b/lib/libevdev-cpp @@ -1 +1 @@ -Subproject commit 4707a9eab86a686e0c793d0d9510d5d1ac8cb5e1 +Subproject commit d55995a0d639f7ca08f0cd506cf6c02cdfca5d81 From 7e2a9888e5e134cdbb3eb559aeb8f62ff9867156 Mon Sep 17 00:00:00 2001 From: taj-ny <79316397+taj-ny@users.noreply.github.com> Date: Thu, 7 May 2026 17:43:31 +0200 Subject: [PATCH 2/2] add missing include --- .../interfaces/implementations/FileConfigProvider.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libinputactions/interfaces/implementations/FileConfigProvider.cpp b/src/libinputactions/interfaces/implementations/FileConfigProvider.cpp index 6ae49ad..aa6910e 100644 --- a/src/libinputactions/interfaces/implementations/FileConfigProvider.cpp +++ b/src/libinputactions/interfaces/implementations/FileConfigProvider.cpp @@ -23,6 +23,7 @@ #include #include #include +#include namespace InputActions {