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"