Fix player config window on macOS (#2376).
[dcpomatic.git] / src / wx / about_dialog.h
index c1965459998ced7f4859b14113b87c017dad42bb..f9b60ccc62350651bdf9ed304d6639de46818b63 100644 (file)
  *  @brief The "about DCP-o-matic" dialogue box.
  */
 
+
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 #include <wx/wx.h>
+LIBDCP_ENABLE_WARNINGS
 
 class wxNotebook;
 
+
 /** @class AboutDialog
  *  @brief The "about DCP-o-matic" dialogue box.
  */