Updated zh_CN translation from Kahn Li.
[dcpomatic.git] / src / wx / dcpomatic_spin_ctrl.cc
index e8f2fdbc74f92eb07ecb6f34c1a2d74fb3c67adb..a050704104ee74e3a331d21a862ace98e4901daf 100644 (file)
 
 
 #include "dcpomatic_spin_ctrl.h"
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
+#include <boost/version.hpp>
 #include <wx/wx.h>
+
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;
 #endif