From 748a6965caaf2d6e420a8a55238f8ff104f3df6e Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Thu, 3 Nov 2022 19:55:20 +0000 Subject: [PATCH] include utility in defines --- src/defines.hpp | 2 ++ src/includes.hpp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/defines.hpp b/src/defines.hpp index b858df8b..e16bb019 100644 --- a/src/defines.hpp +++ b/src/defines.hpp @@ -6,6 +6,8 @@ #include "wlrunstable/wlr_ext_workspace_v1.hpp" +#include + #ifndef NDEBUG #ifdef HYPRLAND_DEBUG #define ISDEBUG true diff --git a/src/includes.hpp b/src/includes.hpp index fb608e33..a983ebb8 100644 --- a/src/includes.hpp +++ b/src/includes.hpp @@ -133,4 +133,4 @@ extern "C" { #include "helpers/Vector2D.hpp" -#include "ext-workspace-unstable-v1-protocol.h" +#include "ext-workspace-unstable-v1-protocol.h" \ No newline at end of file