summaryrefslogtreecommitdiff
path: root/src/wx/film_editor.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-08-27 20:37:32 +0000
committerCarl Hetherington <cth@carlh.net>2020-08-31 23:38:33 +0200
commitd1e9749ca290673639a49d693a8fe5c6557cc2de (patch)
tree0dd75c672ee1685036c0214b0fde278606a1a60b /src/wx/film_editor.cc
parenta682c021f299ab69d9c0ff747dfdb6b76b6ebd9c (diff)
Build fixes for Boost >= 1.73v2.14.37
Diffstat (limited to 'src/wx/film_editor.cc')
-rw-r--r--src/wx/film_editor.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc
index a017175f5..18aedc6de 100644
--- a/src/wx/film_editor.cc
+++ b/src/wx/film_editor.cc
@@ -41,6 +41,9 @@ using std::list;
using boost::shared_ptr;
using boost::weak_ptr;
using boost::optional;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
FilmEditor::FilmEditor (wxWindow* parent, weak_ptr<FilmViewer> viewer)
: wxPanel (parent)