microsoftarchive / KinectCommonBridge

Other
113 stars 43 forks source link

#include <memory> #6

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

Hi Elliot,

Thanks for reporting this. You can find <memory> being included in stdafx.h line 39 of KCB project. I've verified that clean setup: VS 2012 Prem with no config changes, Win 8.1 - worked out of the box with a fresh master branch checkout.

Could you please provide more details on your setup. Though obvious it might be a good idea to recheck if there have been no changes to initial configuration, verify include and input directories are correct etc.

Thanks

mkostin commented 10 years ago

Issue not confirmed (as of 2014/04/28), no repro. Might have been fixed by collateral commit. Closing.