diff options
| -rw-r--r-- | src/wx/markers.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/markers.h b/src/wx/markers.h index 04c6488b1..fb2b2f1fa 100644 --- a/src/wx/markers.h +++ b/src/wx/markers.h @@ -20,7 +20,10 @@ #include <dcp/types.h> +#include <dcp/warnings.h> +LIBDCP_DISABLE_WARNINGS #include <wx/wx.h> +LIBDCP_ENABLE_WARNINGS #include <utility> #include <vector> |
