summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-02-03 23:38:30 +0100
committerCarl Hetherington <cth@carlh.net>2026-02-16 01:20:51 +0100
commit301c7dc76c7916c2cc79189bc6179ffb462eb459 (patch)
treee668e414df7ad58e5b18a1bdb4df66379f768d60
parent425d599055c66c63b6d52f0c6ef2da522e359ee7 (diff)
Fix macOS build.
-rw-r--r--src/wx/content_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/content_view.h b/src/wx/content_view.h
index 30284d42e..ae8f2f90e 100644
--- a/src/wx/content_view.h
+++ b/src/wx/content_view.h
@@ -23,8 +23,8 @@
#include <dcp/warnings.h>
LIBDCP_DISABLE_WARNINGS
#include <wx/listctrl.h>
-LIBDCP_ENABLE_WARNINGS
#include <boost/signals2.hpp>
+LIBDCP_ENABLE_WARNINGS
#include <vector>