From f35089b2aa80c701087b3c67c63d21893d848fa6 Mon Sep 17 00:00:00 2001 From: ipknHama Date: Sun, 17 Sep 2017 12:52:37 +0900 Subject: Add missed header file. --- include/crow/websocket.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/crow/websocket.h b/include/crow/websocket.h index a1e8e8f..c03547c 100644 --- a/include/crow/websocket.h +++ b/include/crow/websocket.h @@ -1,5 +1,6 @@ #pragma once #include +#include #include "crow/socket_adaptors.h" #include "crow/http_request.h" #include "crow/TinySHA1.hpp" -- cgit v1.2.3-54-g00ecf