From fc5ca391adeef3673e579ebf21759032c2455efc Mon Sep 17 00:00:00 2001 From: q234rty Date: Thu, 22 Feb 2024 00:57:44 +0800 Subject: [PATCH] core: Fix building plugins (#4783) --- src/config/ConfigDataValues.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 enum eConfigValueDataTypes {