rttr
rttr copied to clipboard
Compiler error because src\rttr\variant.h doesn't include <string>.
trafficstars
I compiled it by Visual Studio 2019 and appeared compiler errors "src\rttr\variant.h(780,14): error C2039: 'string': is not a member of 'std'". It could be resolve by adding #include
I have the same problem with VS2022 however adding the #include did not resolve it for me.