rttr icon indicating copy to clipboard operation
rttr copied to clipboard

Compiler error because src\rttr\variant.h doesn't include <string>.

Open veawor opened this issue 6 years ago • 1 comments
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

veawor avatar Oct 20 '19 05:10 veawor

I have the same problem with VS2022 however adding the #include did not resolve it for me.

btgoodwin avatar Feb 17 '23 19:02 btgoodwin