We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5caeca + 3e66ed3 commit 65a681aCopy full SHA for 65a681a
2 files changed
Source/SocketIOLib/Public/SocketIOLib.h
@@ -3,6 +3,7 @@
3
4
#pragma once
5
6
+#include "CoreMinimal.h"
7
#include "Runtime/Core/Public/Modules/ModuleManager.h"
8
9
Source/SocketIOLib/Public/sio_socket.h
#ifndef SIO_SOCKET_H
#define SIO_SOCKET_H
#include "sio_message.h"
+#include "SocketIOLib.h"
#include <functional>
namespace sio
{
0 commit comments