diff options
Diffstat (limited to 'src/wx/video_panel.cc')
| -rw-r--r-- | src/wx/video_panel.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/video_panel.cc b/src/wx/video_panel.cc index f74157faf..713ef9d2c 100644 --- a/src/wx/video_panel.cc +++ b/src/wx/video_panel.cc @@ -53,6 +53,9 @@ using boost::shared_ptr; using boost::dynamic_pointer_cast; using boost::bind; using boost::optional; +#if BOOST_VERSION >= 106100 +using namespace boost::placeholders; +#endif static VideoContentScale index_to_scale (int n) |
