mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 19:25:59 +01:00
core: Fix building plugins (#4783)
This commit is contained in:
parent
e5eb1bdf01
commit
fc5ca391ad
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
#include "../defines.hpp"
|
||||
#include "helpers/VarList.hpp"
|
||||
#include "../helpers/VarList.hpp"
|
||||
#include <vector>
|
||||
|
||||
enum eConfigValueDataTypes {
|
||||
|
|
Loading…
Reference in a new issue