Fix Linux build error - memcpy not found

This commit is contained in:
Twarit Waikar
2022-07-31 21:42:36 +05:30
parent 0029af37eb
commit f029aa555c

View File

@@ -1,5 +1,7 @@
#include "git_wrappers.h"
#include <cstring>
CString::CString(const godot::String &string) {
godot::CharString godot_char_str = string.utf8();