Update AsyncSocketData.h

This commit is contained in:
Alex Hultman
2019-10-21 10:53:31 +02:00
committed by GitHub
parent 135ee93c2c
commit 1707d4b809
+2 -2
View File
@@ -18,12 +18,12 @@
#ifndef UWS_ASYNCSOCKETDATA_H
#define UWS_ASYNCSOCKETDATA_H
#include <string>
namespace uWS {
/* Depending on how we want AsyncSocket to function, this will need to change */
#include <string>
template <bool SSL>
struct AsyncSocketData {
/* This will do for now */