From 301579deed5ee790c53e0ea41cfc0381398bd7e4 Mon Sep 17 00:00:00 2001 From: Daniel Jobson Date: Fri, 11 Oct 2024 13:59:03 +0200 Subject: [PATCH] Add missing include in touch.h --- include/tkey/touch.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/tkey/touch.h b/include/tkey/touch.h index dc95236..ca76f79 100644 --- a/include/tkey/touch.h +++ b/include/tkey/touch.h @@ -6,6 +6,7 @@ #ifndef TKEY_TOUCH_H #define TKEY_TOUCH_H +#include #include #include