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/server_http_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/util/server_http_impl.hpp') diff --git a/src/lib/util/server_http_impl.hpp b/src/lib/util/server_http_impl.hpp index 4f909c023ef..e949e6b2483 100644 --- a/src/lib/util/server_http_impl.hpp +++ b/src/lib/util/server_http_impl.hpp @@ -9,7 +9,7 @@ #include "server_http.hpp" #include "asio.h" -#include "asio/system_timer.hpp" +#include #include "path_to_regex.hpp" #include -- cgit v1.2.3-70-g09d2