diff options
author | q234rty <[email protected]> | 2024-02-22 00:57:44 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-21 16:57:44 +0000 |
commit | fc5ca391adeef3673e579ebf21759032c2455efc (patch) | |
tree | e04d9131826d87f61336ae347261cebc5754ce26 /src | |
parent | e5eb1bdf01013728293f4bf930dce81f1ebd366f (diff) | |
download | Hyprland-fc5ca391adeef3673e579ebf21759032c2455efc.tar.gz Hyprland-fc5ca391adeef3673e579ebf21759032c2455efc.zip |
core: Fix building plugins (#4783)
Diffstat (limited to 'src')
-rw-r--r-- | src/config/ConfigDataValues.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/ConfigDataValues.hpp b/src/config/ConfigDataValues.hpp index 13277d10..accc92ab 100644 --- a/src/config/ConfigDataValues.hpp +++ b/src/config/ConfigDataValues.hpp @@ -1,6 +1,6 @@ #pragma once #include "../defines.hpp" -#include "helpers/VarList.hpp" +#include "../helpers/VarList.hpp" #include <vector> enum eConfigValueDataTypes { |