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