Skip to content

Commit

Permalink
Adding some more includes to allow for strict non-unity build
Browse files Browse the repository at this point in the history
Two more includes that should help with strict non-unity build compilation.
  • Loading branch information
ASpookieGhost committed May 24, 2024
1 parent 4fa2bdc commit dbbf29f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Source/SocketIOLib/Public/SocketIOLib.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#pragma once

#include "CoreMiminal.h"
#include "Runtime/Core/Public/Modules/ModuleManager.h"


Expand Down
1 change: 1 addition & 0 deletions Source/SocketIOLib/Public/sio_socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#ifndef SIO_SOCKET_H
#define SIO_SOCKET_H
#include "sio_message.h"
#include "SocketIOLib.h"
#include <functional>
namespace sio
{
Expand Down

0 comments on commit dbbf29f

Please sign in to comment.