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

"error: shared_ptr is not a member of std" when build with g++ on ubuntu 16.04 #4

Open
daretobe opened this issue Feb 2, 2018 · 1 comment

Comments

@daretobe
Copy link

daretobe commented Feb 2, 2018

I find out that shared_ptr is defined in under my environment:

  • os:ubuntu16.04.4 4.13.0-31-generic
  • compiler: gcc 5.4.0, default configuration

So I add

#include <memory>

in the file include/URT.hpp. The problem is solved.

@kangseung
Copy link

I have same error too. thanks your solve solution

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