diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-08-08 18:32:14 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-08-09 10:18:46 +0200 |
| commit | c3cc50f2b55aece1ce2c502cb57d0418951b1ae4 (patch) | |
| tree | 87c07378e2249ae0a56e5508ebb02ca392064141 /src/wx/dcpomatic_choice.h | |
| parent | 280568029622c5e99d4b90d55b0cebe12cb24e93 (diff) | |
Fix some missed includes of the old boost bind header.
Diffstat (limited to 'src/wx/dcpomatic_choice.h')
| -rw-r--r-- | src/wx/dcpomatic_choice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/dcpomatic_choice.h b/src/wx/dcpomatic_choice.h index 33d655ad5..e663c948d 100644 --- a/src/wx/dcpomatic_choice.h +++ b/src/wx/dcpomatic_choice.h @@ -23,7 +23,7 @@ LIBDCP_DISABLE_WARNINGS #include <wx/wx.h> LIBDCP_ENABLE_WARNINGS -#include <boost/bind.hpp> +#include <boost/bind/bind.hpp> #include <boost/optional.hpp> |
