diff options
Diffstat (limited to 'dep/include/utf8cpp')
-rw-r--r-- | dep/include/utf8cpp/utf8/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/include/utf8cpp/utf8/core.h b/dep/include/utf8cpp/utf8/core.h index 389dd3e8ca5..3b6edf70b96 100644 --- a/dep/include/utf8cpp/utf8/core.h +++ b/dep/include/utf8cpp/utf8/core.h @@ -31,7 +31,7 @@ DEALINGS IN THE SOFTWARE. #include <iterator> // use Trinity core types -#include "Platform/Define.h" +#include "Define.h" namespace utf8 { |