Missing 'libboost_date_time-vc120-mt-s-1_58.lib' when using asio

Hi All,

I’m trying to implement a threadpool using ASIO. I know Cinder is moving away from dependencies on boost, but I’m getting a linker error that libboost_date_time-vc120-mt-s-1_58.lib when including <asio/asio.hpp>

Any thoughts?

Put #define ASIO_STANDALONE before the include.

That fixed it! Thanks @ryanbartley