From 1707d4b80938641169626240408cdf1fce0d044a Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Mon, 21 Oct 2019 10:53:31 +0200 Subject: [PATCH] Update AsyncSocketData.h --- src/AsyncSocketData.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */