summaryrefslogtreecommitdiff
path: root/src/wx
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-09-14 21:58:09 +0200
committerCarl Hetherington <cth@carlh.net>2025-09-15 14:27:20 +0200
commitde3466fa0e6b8fa39fda86d39c2d4792ec69ecbf (patch)
tree7281cfa94c81e1285a47e9170260a2c586b72a00 /src/wx
parentd5c0e4ca0027dce6ab2473f512db35605e1ea9a6 (diff)
Fix include.
Diffstat (limited to 'src/wx')
-rw-r--r--src/wx/dcpomatic_spin_ctrl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/dcpomatic_spin_ctrl.h b/src/wx/dcpomatic_spin_ctrl.h
index b776be927..1a97a7113 100644
--- a/src/wx/dcpomatic_spin_ctrl.h
+++ b/src/wx/dcpomatic_spin_ctrl.h
@@ -28,7 +28,7 @@ LIBDCP_DISABLE_WARNINGS
#include <wx/spinctrl.h>
#include <wx/wx.h>
LIBDCP_ENABLE_WARNINGS
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
class SpinCtrl : public wxSpinCtrl