Skip to content
Snippets Groups Projects
Commit 7e7dce66 authored by Bryan O'Sullivan's avatar Bryan O'Sullivan
Browse files

Build fix

parent c72df348
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,8 @@ const char LL_UNKNOWN_CHAR = '?'; ...@@ -49,6 +49,8 @@ const char LL_UNKNOWN_CHAR = '?';
#if LL_DARWIN || LL_LINUX || LL_SOLARIS #if LL_DARWIN || LL_LINUX || LL_SOLARIS
// Template specialization of char_traits for U16s. Only necessary on Mac and Linux (exists on Windows already) // Template specialization of char_traits for U16s. Only necessary on Mac and Linux (exists on Windows already)
#include <cstring>
namespace std namespace std
{ {
template<> template<>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment