From 8f15d45b120b33712f6db477fe5ffb18034d0ea8 Mon Sep 17 00:00:00 2001 From: vaxerski Date: Fri, 27 Dec 2024 17:22:29 +0100 Subject: [PATCH] region: Revert "fix header path" This reverts commit 104117aed6dd68561be38b50f218190aa47f2cd8. Fixes #28 --- 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 49d6bff..f7589f2 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"