Skip to content

Commit b5ef870

Browse files
committed
Added #include <cstring>
1 parent 0e4550b commit b5ef870

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/parser/ImageCache.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
// C++ variants of C standard header files
3939
#include <map>
4040
#include <uchar.h>
41+
#include <cstring>
4142

4243
#include <sys/types.h>
4344
#include <sys/stat.h>

0 commit comments

Comments
 (0)