Update AsyncSocketData.h
This commit is contained in:
@@ -18,12 +18,12 @@
|
|||||||
#ifndef UWS_ASYNCSOCKETDATA_H
|
#ifndef UWS_ASYNCSOCKETDATA_H
|
||||||
#define UWS_ASYNCSOCKETDATA_H
|
#define UWS_ASYNCSOCKETDATA_H
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
|
||||||
namespace uWS {
|
namespace uWS {
|
||||||
|
|
||||||
/* Depending on how we want AsyncSocket to function, this will need to change */
|
/* Depending on how we want AsyncSocket to function, this will need to change */
|
||||||
|
|
||||||
#include <string>
|
|
||||||
|
|
||||||
template <bool SSL>
|
template <bool SSL>
|
||||||
struct AsyncSocketData {
|
struct AsyncSocketData {
|
||||||
/* This will do for now */
|
/* This will do for now */
|
||||||
|
|||||||
Reference in New Issue
Block a user