Skip to content

Commit 6886686

Browse files
authored
Add cstring.
1 parent cacc499 commit 6886686

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/libraries/TedToolkit.CppInteropGen.Cpp/csharp_interop.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ API_EXPORT char* FUNC_DECL { \
1616
return (wrap_call([&] BODY)); \
1717
}
1818

19+
#include <cstring>
1920
#include <string>
2021
#include <functional>
2122

0 commit comments

Comments
 (0)