diff --git a/src/AsyncSocketData.h b/src/AsyncSocketData.h index 010116e..db43a62 100644 --- a/src/AsyncSocketData.h +++ b/src/AsyncSocketData.h @@ -18,12 +18,12 @@ #ifndef UWS_ASYNCSOCKETDATA_H #define UWS_ASYNCSOCKETDATA_H +#include + namespace uWS { /* Depending on how we want AsyncSocket to function, this will need to change */ -#include - template struct AsyncSocketData { /* This will do for now */