Open mittelmark opened 1 year ago
Thanks. That's odd. I will put them into the respective files. On my main environment they are somehow automatically included.
Weird. The error completely makes sense. I can't reproduce it, but it won't hurt to add them.
I'll be able to test more in gcc vs. msvc coming up.
The g++ compiler needs to include the header for header for
memcpy
and theprintf
.ckwargs.cpp
the functionmemcpy
is used, this needs for g++ the header<cstring>
.SomeFunction.cpp
the functionprintf
needs the inclusion of<cstdio>
I finally got this fixed and could compile the code on Linux with g++ 12.