easy_profiler
easy_profiler copied to clipboard
easy/arbitrary_value.h does not include <string>
easy_profiler_core/include/easy/arbitrary_value.h:317:66: error: no type named 'string' in namespace 'std'
inline void setText(const BaseBlockDescriptor*, const ::std::string&, ValueId) {}
can be fixed by
#include <string>
#include <easy/arbitrary_value.h>
Hello! Which compiler and OS the error appears?
Apple clang version 11.0.0 (clang-1100.0.33.17) Target: x86_64-apple-darwin19.4.0 Thread model: posix