mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-26 15:05:59 +01:00
includes: add missing log include to animatedvariable
This commit is contained in:
parent
c298439433
commit
86e8ed038f
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
#include "Vector2D.hpp"
|
#include "Vector2D.hpp"
|
||||||
#include "Color.hpp"
|
#include "Color.hpp"
|
||||||
#include "../macros.hpp"
|
#include "../macros.hpp"
|
||||||
|
#include "../debug/Log.hpp"
|
||||||
|
|
||||||
enum ANIMATEDVARTYPE
|
enum ANIMATEDVARTYPE
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue