diff options
| author | Kevin Watters <kevinwatters@gmail.com> | 2019-04-01 09:34:25 -0400 |
|---|---|---|
| committer | Kevin Watters <kevinwatters@gmail.com> | 2019-04-01 09:34:25 -0400 |
| commit | 957e1e1f07db06ff241bc43be737e1b9becf5fdd (patch) | |
| tree | ceb701b0d18bfa0ea6b352d8182e4652df2ed9d0 /src/unicode.cpp | |
| parent | 381fbd3dafed820583c97f176d2694b21358d178 (diff) | |
| parent | 133f88406f77db28ec041399b00770046469934d (diff) | |
Merge branch 'master' of github.com:odin-lang/Odin
Diffstat (limited to 'src/unicode.cpp')
| -rw-r--r-- | src/unicode.cpp | 2 |
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) |