Make sure wxWidgets headers are included before any Windows ones.
[dcpomatic.git] / src / wx / content_sub_panel.h
index 3f8317bf9d95b295659e253d594872d847d278df..270fc79cb7f5d5a0ebda621b84aec98546f32bdc 100644 (file)
 
 */
 
+
 #ifndef DCPOMATIC_CONTENT_SUB_PANEL_H
 #define DCPOMATIC_CONTENT_SUB_PANEL_H
 
-#include "lib/film.h"
+
 #include "lib/warnings.h"
 DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
 DCPOMATIC_ENABLE_WARNINGS
+#include "lib/film.h"
+
 
 class ContentPanel;
 class Content;
 class DCPContent;
 class wxGridBagSizer;
 
+
 class ContentSubPanel : public wxScrolledWindow
 {
 public: