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