Skip to content

Commit

Permalink
use proper path to Config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
bertmelis committed May 22, 2023
1 parent 110a7aa commit ddbfbad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Packets/Packet.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ the LICENSE file.
#include <stddef.h>

#include "Constants.h"
#include "Config.h"
#include "../Config.h"
#include "../TypeDefs.h"
#include "../Helpers.h"
#include "../Logging.h"
Expand Down

0 comments on commit ddbfbad

Please sign in to comment.