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-03 23:38:30 +0100
commit5dbc00b9562c7f6bbc722dc48d906fb158f2d81d (patch)
tree2372b3f48e28b6b40ac4397892d9127e7f74d10a
parent51f22d57f50d1f699178748082988078126f02ac (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>