From 1a64a6bb47548cc413d6eb6f84424c0a3064f75c Mon Sep 17 00:00:00 2001 From: anulax1225 Date: Mon, 18 Mar 2024 08:26:54 +0100 Subject: [PATCH] Modified pch with the core folder --- bakanet/src/bakanet.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bakanet/src/bakanet.h b/bakanet/src/bakanet.h index 98938e7..d5f0ea2 100755 --- a/bakanet/src/bakanet.h +++ b/bakanet/src/bakanet.h @@ -1,8 +1,8 @@ #pragma once -#include -#include -#include +#include +#include +#include #ifdef BK_PLAFORM_WINDOWS #include @@ -12,5 +12,5 @@ #error "Plaform not supported" #endif -#include +#include #include \ No newline at end of file