From 20db200aad44d502e6d26fb08440c8eb347bfe68 Mon Sep 17 00:00:00 2001 From: hopibel Date: Mon, 14 Jun 2021 14:39:07 +0200 Subject: [PATCH] Add missing include --- source/core/uinput.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/core/uinput.h b/source/core/uinput.h index 41183a1..557f5cb 100644 --- a/source/core/uinput.h +++ b/source/core/uinput.h @@ -13,6 +13,7 @@ #include #include #include +#include struct uinput_ids { std::string device_string;