diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-06-10 01:08:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-06-10 01:08:52 +0100 |
| commit | dc6417de5d75fc247c20d0c74fa3a04d03f755f4 (patch) | |
| tree | 9604311f1fb57078324070cf3c75e09288b5791f | |
| parent | 79a9da3ed267f2fa95aa9615dd662a1cea2e9d81 (diff) | |
Build fix.v2.13.30
| -rw-r--r-- | src/tools/dcpomatic_player.cc | 1 |
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, |
