From 8cc758355d51920adb7dc5b5899cf5fdca9fbd74 Mon Sep 17 00:00:00 2001 From: Julian Sikorski Date: Thu, 8 Feb 2018 22:06:25 +0100 Subject: Enable use of system-wide asio, glm and rapidjson (#3172) * Fixed building using system utf8proc * Fixed building using system portaudio * Allow using system-wide asio headers (1.11.0 or higher required). * Allow using system-wide glm headers * Allow using system-wide rapidjson headers --- src/lib/util/client_https.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/util/client_https.hpp') 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 namespace webpp { using HTTPS = asio::ssl::stream; -- cgit v1.2.3-70-g09d2