diff options
author | vaxerski <[email protected]> | 2023-08-07 18:48:08 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2023-08-07 18:48:08 +0200 |
commit | deeeb33c5f919ad5499a10526772b617f24d72ab (patch) | |
tree | 5210c61e7315e223c83fec2d28e45502e7d47b7b | |
parent | 261c3307f70d14e5bbc7d4113b4ee6dac9e4b627 (diff) | |
download | Hyprland-deeeb33c5f919ad5499a10526772b617f24d72ab.tar.gz Hyprland-deeeb33c5f919ad5499a10526772b617f24d72ab.zip |
macros: fix missing include
-rw-r--r-- | src/macros.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/macros.hpp b/src/macros.hpp index 334ada80..d14b6390 100644 --- a/src/macros.hpp +++ b/src/macros.hpp @@ -1,6 +1,7 @@ #pragma once #include "helpers/MiscFunctions.hpp" +#include "debug/Log.hpp" #include <cmath> #include <utility> |