diff options
Diffstat (limited to 'src/lib/butler.cc')
| -rw-r--r-- | src/lib/butler.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/butler.cc b/src/lib/butler.cc index 33938ece4..39da0bd5c 100644 --- a/src/lib/butler.cc +++ b/src/lib/butler.cc @@ -39,6 +39,9 @@ using boost::bind; using boost::optional; using boost::function; using namespace dcpomatic; +#if BOOST_VERSION >= 106100 +using namespace boost::placeholders; +#endif /** Minimum video readahead in frames */ #define MINIMUM_VIDEO_READAHEAD 10 |
