mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 22:25:58 +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
|
#pragma once
|
||||||
#include "../defines.hpp"
|
#include "../defines.hpp"
|
||||||
#include "helpers/VarList.hpp"
|
#include "../helpers/VarList.hpp"
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
enum eConfigValueDataTypes {
|
enum eConfigValueDataTypes {
|
||||||
|
|
Loading…
Reference in a new issue