summaryrefslogtreecommitdiff
path: root/http/websocket.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'http/websocket.hpp')
-rw-r--r--http/websocket.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/http/websocket.hpp b/http/websocket.hpp
index 4262c70a5c..e669ffa611 100644
--- a/http/websocket.hpp
+++ b/http/websocket.hpp
@@ -6,14 +6,11 @@
#include <boost/asio/buffer.hpp>
#include <boost/beast/core/multi_buffer.hpp>
#include <boost/beast/websocket.hpp>
+#include <boost/beast/websocket/ssl.hpp>
#include <array>
#include <functional>
-#ifdef BMCWEB_ENABLE_SSL
-#include <boost/beast/websocket/ssl.hpp>
-#endif
-
namespace crow
{
namespace websocket