mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 13:25:58 +01:00
macros: fix missing include
This commit is contained in:
parent
261c3307f7
commit
deeeb33c5f
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "helpers/MiscFunctions.hpp"
|
||||
#include "debug/Log.hpp"
|
||||
#include <cmath>
|
||||
#include <utility>
|
||||
|
||||
|
|
Loading…
Reference in a new issue