summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/server_wss.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/server_wss.hpp')
-rw-r--r--src/lib/util/server_wss.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/server_wss.hpp b/src/lib/util/server_wss.hpp
index ecf46fb1524..ea0bc47626e 100644
--- a/src/lib/util/server_wss.hpp
+++ b/src/lib/util/server_wss.hpp
@@ -4,7 +4,7 @@
#define SERVER_WSS_HPP
#include "server_ws.hpp"
-#include "asio/ssl.hpp"
+#include <asio/ssl.hpp>
#include <openssl/ssl.h>
#include <algorithm>