* uSockets/src/internal/networking/bsd.h Add #include "libusockets.h" for LIBUS_SOCKET_DESCRIPTOR * uWebSockets/src/AsyncSocket.h Add #include <cstring> for memcpy Add #include "libusockets.h" for us_socket * uWebSockets/src/HttpResponse.h Add #include "HttpContext.h" for HttpContext * uWebSockets/src/PerMessageDeflate.h Add #include <cstdint> for uint32_t * uWebSockets/src/WebSocketContextData.h Add #include "Loop.h" for Loop::get() Add #include "AsyncSocket.h" for AsyncSocket * uWebSockets/src/WebSocketProtocol.h Add #include <libusockets.h> for WIN32_EXPORT macro
This commit is contained in:
@@ -18,6 +18,9 @@
|
||||
#ifndef UWS_WEBSOCKETCONTEXTDATA_H
|
||||
#define UWS_WEBSOCKETCONTEXTDATA_H
|
||||
|
||||
#include "Loop.h"
|
||||
#include "AsyncSocket.h"
|
||||
|
||||
#include "MoveOnlyFunction.h"
|
||||
#include <string_view>
|
||||
#include <vector>
|
||||
|
||||
Reference in New Issue
Block a user