microsoftarchive / KinectCommonBridge

Other
113 stars 43 forks source link

#include <memory> #5

Closed elliotwoods closed 10 years ago

elliotwoods commented 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

do you guys have some default IDE settings which mean you don't need that?

mkostin commented 10 years ago

Closing as duplicate of #6.