Fix lots of macOS warnings by using a different boost/bind include.
[dcpomatic.git] / src / wx / gl_video_view.cc
index 08b62dee4cf73f7b8afe1d89ac16bd9d97b48d35..e7125501eb469677d5061cac0310f074d7dc4d3b 100644 (file)
@@ -27,7 +27,7 @@
 #include "lib/cross.h"
 #include "lib/player_video.h"
 #include "lib/butler.h"
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
 #include <iostream>
 
 #ifdef DCPOMATIC_OSX