aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authoripknHama <ipknhama@gmail.com>2017-09-17 12:52:37 +0900
committeripknHama <ipknhama@gmail.com>2017-09-17 13:47:05 +0900
commitf35089b2aa80c701087b3c67c63d21893d848fa6 (patch)
tree2255bb850531c3f01b562110ac28a4f4ff2a5381 /include
parent13fdc9390be442a0a9d9ffe37cf63c729bfeaf3e (diff)
downloadcrow-f35089b2aa80c701087b3c67c63d21893d848fa6.tar.gz
crow-f35089b2aa80c701087b3c67c63d21893d848fa6.zip
Add missed header file.
Diffstat (limited to 'include')
-rw-r--r--include/crow/websocket.h1
1 files changed, 1 insertions, 0 deletions
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 <boost/algorithm/string/predicate.hpp>
+#include <boost/array.hpp>
#include "crow/socket_adaptors.h"
#include "crow/http_request.h"
#include "crow/TinySHA1.hpp"