mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-08 22:40:07 +08:00
mac-os compile error fixing
Mac OS 10.10.3 clang++ compiler error error: implicit instantiation of undefined template
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#include "utf8.h"
|
#include "utf8.h"
|
||||||
|
#include <string>
|
||||||
|
|
||||||
std::string utf8chr(int cp)
|
std::string utf8chr(int cp)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user