diff options
author | 2017-01-25 22:35:24 +0100 | |
---|---|---|
committer | 2017-01-26 09:28:21 +1100 | |
commit | c50ddac28b87c8c7679579951985b7a1b3a50e82 (patch) | |
tree | 33ade5a9dabbf60591745e9f2e49511b345cb11b /src/lib/util/unicode.cpp | |
parent | 1b65fa41b5a3d37f55131cb6181d6f2ff0f3646c (diff) |
Fixed building using system utf8proc
Diffstat (limited to 'src/lib/util/unicode.cpp')
-rw-r--r-- | src/lib/util/unicode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/unicode.cpp b/src/lib/util/unicode.cpp index 8f5295de4af..b48cef44c79 100644 --- a/src/lib/util/unicode.cpp +++ b/src/lib/util/unicode.cpp @@ -15,7 +15,7 @@ #define UTF8PROC_DLLEXPORT #endif -#include "utf8proc/utf8proc.h" +#include <utf8proc.h> #include <codecvt> #include <locale> |