mac-os compile error fixing

Mac OS 10.10.3
clang++ compiler error
error: implicit instantiation of undefined template
This commit is contained in:
Anatoliy Bulukin
2015-05-14 22:55:49 +03:00
parent 98e66fc926
commit 14bc035e1a

View File

@@ -1,5 +1,5 @@
#include "utf8.h" #include "utf8.h"
#include <string>
std::string utf8chr(int cp) std::string utf8chr(int cp)
{ {