diff options
author | 2018-02-08 22:06:25 +0100 | |
---|---|---|
committer | 2018-02-08 16:06:25 -0500 | |
commit | 8cc758355d51920adb7dc5b5899cf5fdca9fbd74 (patch) | |
tree | c806616593f525c9deba1a8cfd7b9bb1e708c035 /src/osd/asio.h | |
parent | 556bdf249f76f415cc7fc8f2d72762688ef97440 (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/osd/asio.h')
-rw-r--r-- | src/osd/asio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/asio.h b/src/osd/asio.h index 64acfab9674..3ee31a467d7 100644 --- a/src/osd/asio.h +++ b/src/osd/asio.h @@ -31,5 +31,5 @@ #define ASIO_NOEXCEPT_OR_NOTHROW noexcept(true) #define ASIO_ERROR_CATEGORY_NOEXCEPT noexcept(true) -#include "asio/include/asio.hpp" +#include <asio.hpp> #undef interface |