URT icon indicating copy to clipboard operation
URT copied to clipboard

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

Open daretobe opened this issue 7 years ago • 1 comments

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.

daretobe avatar Feb 02 '18 09:02 daretobe

I have same error too. thanks your solve solution

kangseung avatar May 14 '18 04:05 kangseung