Skip to content

Commit 7411140

Browse files
Herdingermmatyas
authored andcommitted
Fixed wrong include
1 parent d80251b commit 7411140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

es-core/src/ImageIO.cpp

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

33
#include "Log.h"
44

5-
#include <memory.h>
5+
#include <string.h>
66

77

88
std::vector<unsigned char> ImageIO::loadFromMemoryRGBA32(const unsigned char * data, const size_t size, size_t & width, size_t & height)

0 commit comments

Comments
 (0)