summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-06-10 01:08:52 +0100
committerCarl Hetherington <cth@carlh.net>2018-06-10 01:08:52 +0100
commitdc6417de5d75fc247c20d0c74fa3a04d03f755f4 (patch)
tree9604311f1fb57078324070cf3c75e09288b5791f /src
parent79a9da3ed267f2fa95aa9615dd662a1cea2e9d81 (diff)
Build fix.v2.13.30
Diffstat (limited to 'src')
-rw-r--r--src/tools/dcpomatic_player.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/dcpomatic_player.cc b/src/tools/dcpomatic_player.cc
index 839886c87..29195777e 100644
--- a/src/tools/dcpomatic_player.cc
+++ b/src/tools/dcpomatic_player.cc
@@ -71,6 +71,7 @@ using boost::scoped_array;
using boost::optional;
using boost::dynamic_pointer_cast;
using boost::thread;
+using boost::bind;
enum {
ID_file_open = 1,