Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

easy/arbitrary_value.h does not include <string> #181

Open
andreyryabov opened this issue Jun 6, 2020 · 2 comments
Open

easy/arbitrary_value.h does not include <string> #181

andreyryabov opened this issue Jun 6, 2020 · 2 comments

Comments

@andreyryabov
Copy link

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>

@andreyryabov andreyryabov changed the title #include <easy/arbitrary_value.h> does not include <string> easy/arbitrary_value.h does not include <string> Jun 6, 2020
@yse
Copy link
Owner

yse commented Jun 6, 2020

Hello! Which compiler and OS the error appears?

@andreyryabov
Copy link
Author

Apple clang version 11.0.0 (clang-1100.0.33.17)
Target: x86_64-apple-darwin19.4.0
Thread model: posix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants