Make sure wxWidgets headers are included before any Windows ones.
[dcpomatic.git] / src / wx / job_view.cc
index 231176e4fd96c773d1f96a779de648647f0ddf3a..a17c658e70ad122a364e2d8a89f338c404b5957e 100644 (file)
@@ -19,6 +19,8 @@
 */
 
 
+#include <wx/wx.h>
+
 #include "job_view.h"
 #include "wx_util.h"
 #include "message_dialog.h"
@@ -32,7 +34,6 @@
 #include "lib/send_notification_email_job.h"
 #include "lib/transcode_job.h"
 #include "lib/analyse_audio_job.h"
-#include <wx/wx.h>
 #include <boost/algorithm/string.hpp>