summaryrefslogtreecommitdiff
path: root/src/wx/templates_dialog.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/templates_dialog.cc')
-rw-r--r--src/wx/templates_dialog.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/templates_dialog.cc b/src/wx/templates_dialog.cc
index 4ddd3ad92..53eb2e422 100644
--- a/src/wx/templates_dialog.cc
+++ b/src/wx/templates_dialog.cc
@@ -28,6 +28,9 @@
using std::string;
using boost::bind;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
TemplatesDialog::TemplatesDialog (wxWindow* parent)
: wxDialog (parent, wxID_ANY, _("Templates"))