aboutsummaryrefslogtreecommitdiff
path: root/src/unicode.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2019-03-31 18:29:57 +0100
committergingerBill <bill@gingerbill.org>2019-03-31 18:29:57 +0100
commit2614830c6931e6601f800d3010d269991dcae15e (patch)
tree5644c412d221ec8ce8a718ec02be97a155df2b74 /src/unicode.cpp
parentdd9113786c4e7b18e894bd3ceee94cdf08ac6037 (diff)
Minor code organization change
Diffstat (limited to 'src/unicode.cpp')
-rw-r--r--src/unicode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unicode.cpp b/src/unicode.cpp
index 78c94e84e..0ad658806 100644
--- a/src/unicode.cpp
+++ b/src/unicode.cpp
@@ -2,7 +2,7 @@
#pragma warning(disable: 4245)
extern "C" {
-// #include "utf8proc/utf8proc.h"
+#include "utf8proc/utf8proc.h"
#include "utf8proc/utf8proc.c"
}
#pragma warning(pop)