diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-18 17:14:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-03-18 17:14:55 +0100 |
| commit | b0a1da35fe27761e6c9580d1205536d9280de933 (patch) | |
| tree | 65161f1af05162bb3060efe72247e491c9ad99d0 /src/wx/recipients_panel.h | |
| parent | 8ff143858a0f439daddc0b8f2ccb1b633b61a3a2 (diff) | |
Fix build problems with warnings generated by newer macOS build environments.
Diffstat (limited to 'src/wx/recipients_panel.h')
| -rw-r--r-- | src/wx/recipients_panel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/recipients_panel.h b/src/wx/recipients_panel.h index cecfa3d33..94e86fa57 100644 --- a/src/wx/recipients_panel.h +++ b/src/wx/recipients_panel.h @@ -27,8 +27,8 @@ LIBDCP_DISABLE_WARNINGS #include <wx/srchctrl.h> #include <wx/treectrl.h> #include <wx/wx.h> -LIBDCP_ENABLE_WARNINGS #include <boost/signals2.hpp> +LIBDCP_ENABLE_WARNINGS #include <list> #include <map> |
