From 17ebb7fff097790be80fcc86bb1a6057313d80b4 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Mon, 8 Apr 2024 23:31:11 +0100 Subject: [PATCH] lib: add missing header ref #30 --- libhyprcursor/hyprcursor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libhyprcursor/hyprcursor.cpp b/libhyprcursor/hyprcursor.cpp index 1318223..a78d2ba 100644 --- a/libhyprcursor/hyprcursor.cpp +++ b/libhyprcursor/hyprcursor.cpp @@ -6,6 +6,7 @@ #include #include #include +#include #include #include "manifest.hpp"