diff options
author | vaxerski <[email protected]> | 2023-09-30 02:09:08 +0100 |
---|---|---|
committer | vaxerski <[email protected]> | 2023-09-30 02:09:08 +0100 |
commit | 86e8ed038f5b195cdf2548bc469f8f8bbc0caca8 (patch) | |
tree | 01064fa6499fb6ace746c95bd01feab662301dd3 /src/helpers/AnimatedVariable.hpp | |
parent | c298439433f9b6861c7c62ea587289ac2e4ef2f8 (diff) | |
download | Hyprland-86e8ed038f5b195cdf2548bc469f8f8bbc0caca8.tar.gz Hyprland-86e8ed038f5b195cdf2548bc469f8f8bbc0caca8.zip |
includes: add missing log include to animatedvariable
Diffstat (limited to 'src/helpers/AnimatedVariable.hpp')
-rw-r--r-- | src/helpers/AnimatedVariable.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/helpers/AnimatedVariable.hpp b/src/helpers/AnimatedVariable.hpp index 57a772ae..059e892d 100644 --- a/src/helpers/AnimatedVariable.hpp +++ b/src/helpers/AnimatedVariable.hpp @@ -6,6 +6,7 @@ #include "Vector2D.hpp" #include "Color.hpp" #include "../macros.hpp" +#include "../debug/Log.hpp" enum ANIMATEDVARTYPE { |