summaryrefslogtreecommitdiff
path: root/src/wx/focus_manager.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-03-18 17:14:55 +0100
committerCarl Hetherington <cth@carlh.net>2026-03-18 17:14:55 +0100
commitb0a1da35fe27761e6c9580d1205536d9280de933 (patch)
tree65161f1af05162bb3060efe72247e491c9ad99d0 /src/wx/focus_manager.h
parent8ff143858a0f439daddc0b8f2ccb1b633b61a3a2 (diff)
Fix build problems with warnings generated by newer macOS build environments.
Diffstat (limited to 'src/wx/focus_manager.h')
-rw-r--r--src/wx/focus_manager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/focus_manager.h b/src/wx/focus_manager.h
index ca4c4e384..b03708112 100644
--- a/src/wx/focus_manager.h
+++ b/src/wx/focus_manager.h
@@ -19,7 +19,10 @@
*/
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
#include <boost/signals2.hpp>
+LIBDCP_ENABLE_WARNINGS
class wxTextCtrl;