More include fixes.
authorCarl Hetherington <cth@carlh.net>
Sat, 6 Dec 2014 22:59:40 +0000 (22:59 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 6 Dec 2014 22:59:40 +0000 (22:59 +0000)
src/wx/timing_panel.cc
src/wx/video_panel.cc

index 0f86a3f3f2b720f21a8df9f7b38577f91d6a1537..716a27b66d70f9474e40fd5f51695011e0b25068 100644 (file)
 
 */
 
-#include <dcp/raw_convert.h>
 #include "lib/content.h"
 #include "lib/image_content.h"
 #include "timing_panel.h"
 #include "wx_util.h"
 #include "timecode.h"
 #include "content_panel.h"
+#include <dcp/raw_convert.h>
+#include <set>
 
 using std::cout;
 using std::string;
index 310def2efd1bcd6ff50766364e3d138426fcf0fb..716c29ddab7d213480f7b0c47db1c62a9c4f990a 100644 (file)
@@ -17,7 +17,6 @@
 
 */
 
-#include <wx/spinctrl.h>
 #include "lib/filter.h"
 #include "lib/ffmpeg_content.h"
 #include "lib/colour_conversion.h"
@@ -31,6 +30,8 @@
 #include "content_colour_conversion_dialog.h"
 #include "content_widget.h"
 #include "content_panel.h"
+#include <wx/spinctrl.h>
+#include <set>
 
 using std::vector;
 using std::string;