summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/server_http_impl.hpp
diff options
context:
space:
mode:
author Julian Sikorski <belegdol+github@gmail.com>2018-02-08 22:06:25 +0100
committer R. Belmont <rb6502@users.noreply.github.com>2018-02-08 16:06:25 -0500
commit8cc758355d51920adb7dc5b5899cf5fdca9fbd74 (patch)
treec806616593f525c9deba1a8cfd7b9bb1e708c035 /src/lib/util/server_http_impl.hpp
parent556bdf249f76f415cc7fc8f2d72762688ef97440 (diff)
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
Diffstat (limited to 'src/lib/util/server_http_impl.hpp')
-rw-r--r--src/lib/util/server_http_impl.hpp2
1 files changed, 1 insertions, 1 deletions
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 <asio/system_timer.hpp>
#include "path_to_regex.hpp"
#include <map>