mirror of
https://github.com/godotengine/godot-git-plugin.git
synced 2026-01-01 01:48:28 +03:00
Fix Linux build error - memcpy not found
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#include "git_wrappers.h"
|
||||
|
||||
#include <cstring>
|
||||
|
||||
CString::CString(const godot::String &string) {
|
||||
godot::CharString godot_char_str = string.utf8();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user