Skip to content

Commit 0e4550b

Browse files
committed
Replaced <cuchar> with <uchar.h>
1 parent 783ff84 commit 0e4550b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/parser/ImageCache.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
// C++ variants of C standard header files
3939
#include <map>
40-
#include <cuchar>
40+
#include <uchar.h>
4141

4242
#include <sys/types.h>
4343
#include <sys/stat.h>

0 commit comments

Comments
 (0)