Skip to content

Commit

Permalink
Merge branch 'pr/423'
Browse files Browse the repository at this point in the history
  • Loading branch information
getnamo committed Jun 4, 2024
2 parents d5caeca + 3e66ed3 commit 65a681a
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 "CoreMinimal.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 65a681a

Please sign in to comment.