summaryrefslogtreecommitdiff
path: root/src/wx/content_menu.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-10-21 09:23:12 +0200
committerCarl Hetherington <cth@carlh.net>2020-10-21 22:22:18 +0200
commit1a7c50245309bb0b99001940b2203a267de942ca (patch)
tree58f5c4c820730a303d2567bc5d5fb727400c85bf /src/wx/content_menu.cc
parentdec38a44157da230e1dbd0dc3b7b0860c6859493 (diff)
macOS / new boost build fixes.v2.15.104
Diffstat (limited to 'src/wx/content_menu.cc')
-rw-r--r--src/wx/content_menu.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/content_menu.cc b/src/wx/content_menu.cc
index d3115ce49..3c3b1ed3a 100644
--- a/src/wx/content_menu.cc
+++ b/src/wx/content_menu.cc
@@ -54,6 +54,10 @@ using boost::shared_ptr;
using boost::weak_ptr;
using boost::dynamic_pointer_cast;
using boost::optional;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
+
enum {
/* Start at 256 so we can have IDs on _cpl_menu from 1 to 255 */