From a8bfeebceb03d5e4455907e23167339fcc804ef5 Mon Sep 17 00:00:00 2001 From: Jonas Toth Date: Fri, 1 May 2026 16:53:17 +0200 Subject: [PATCH] fix: add missing include for gcc-16 --- src/hyprpicker.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hyprpicker.hpp b/src/hyprpicker.hpp index 77ab060..062928d 100644 --- a/src/hyprpicker.hpp +++ b/src/hyprpicker.hpp @@ -1,5 +1,7 @@ #pragma once +#include + #include "defines.hpp" #include "helpers/LayerSurface.hpp" #include "helpers/PoolBuffer.hpp"