From 104117aed6dd68561be38b50f218190aa47f2cd8 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Fri, 6 Dec 2024 16:24:01 +0000 Subject: [PATCH] region: fix header path --- include/hyprutils/math/Region.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/hyprutils/math/Region.hpp b/include/hyprutils/math/Region.hpp index f7589f2..49d6bff 100644 --- a/include/hyprutils/math/Region.hpp +++ b/include/hyprutils/math/Region.hpp @@ -1,6 +1,6 @@ #pragma once -#include +#include #include #include "Vector2D.hpp" #include "Box.hpp"