From ddbfbad524ab23887c300000dcbbe27941835629 Mon Sep 17 00:00:00 2001 From: Bert Melis Date: Mon, 22 May 2023 16:47:00 +0200 Subject: [PATCH] use proper path to Config.h --- src/Packets/Packet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Packets/Packet.h b/src/Packets/Packet.h index 30ebc2b..1af2f06 100644 --- a/src/Packets/Packet.h +++ b/src/Packets/Packet.h @@ -12,7 +12,7 @@ the LICENSE file. #include #include "Constants.h" -#include "Config.h" +#include "../Config.h" #include "../TypeDefs.h" #include "../Helpers.h" #include "../Logging.h"