[Solved] Error c2039: ‘bind2nd’: not a member of ‘STD’

The following error occurred in vs2012:

Error c2039: ‘bind2nd’: not a member of ‘STD’

Add in header file

#include <functional>

Read More: