summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/client_https.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/client_https.hpp')
-rw-r--r--src/lib/util/client_https.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/client_https.hpp b/src/lib/util/client_https.hpp
index 3300ea6865f..835a7ee613d 100644
--- a/src/lib/util/client_https.hpp
+++ b/src/lib/util/client_https.hpp
@@ -4,7 +4,7 @@
#define CLIENT_HTTPS_HPP
#include "client_http.hpp"
-#include "asio/ssl.hpp"
+#include <asio/ssl.hpp>
namespace webpp {
using HTTPS = asio::ssl::stream<asio::ip::tcp::socket>;