Skip to content

Commit

Permalink
CLIENT-GAME: Fix windows compile
Browse files Browse the repository at this point in the history
PATCH
  • Loading branch information
TTENSHII committed Nov 4, 2023
1 parent ca7b177 commit 9a72741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Client/Systems/Network/ClientNetwork.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include "Logger.hpp"
#include "ClientNetwork.hpp"
#include <algorithm>
#include "ECSCustomTypes.hpp"
Expand Down
1 change: 1 addition & 0 deletions src/Nitwork/NitworkClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#if defined(_WIN32)
#define _CRT_SECURE_NO_WARNINGS
#endif
#include <Logger.hpp>
#include "NitworkClient.hpp"
#include "Registry.hpp"

Expand Down

0 comments on commit 9a72741

Please sign in to comment.