Closed elliotwoods closed 10 years ago
i opened up the solution in VS2012 Pro, and hit build
first error was shared_ptr being undefined so i added #include <memory> to the top of the h's which fixed it
#include <memory>
do you guys have some default IDE settings which mean you don't need that?
Closing as duplicate of #6.
i opened up the solution in VS2012 Pro, and hit build
first error was shared_ptr being undefined so i added
#include <memory>
to the top of the h's which fixed itdo you guys have some default IDE settings which mean you don't need that?