Fix strange layout problems with the content sub panels (#2059).
[dcpomatic.git] / src / wx / file_picker_ctrl.h
index b30288fa74826ec7d90994b037d1157d78fbfc0a..60858b665da55983d1a06fe83e9139dc53126833 100644 (file)
 
 */
 
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
 
 class FilePickerCtrl : public wxPanel
 {