summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-12-06 22:59:40 +0000
committerCarl Hetherington <cth@carlh.net>2014-12-06 22:59:40 +0000
commitf6a6f5c5313306fefe9a9a5ac7d3b873bf2f2bcd (patch)
treeac52ff0a601085403491769c99b9cbd96a86a33f /src
parent83c9d11d41a348af3b69055813d6f04cb36ea398 (diff)
More include fixes.
Diffstat (limited to 'src')
-rw-r--r--src/wx/timing_panel.cc3
-rw-r--r--src/wx/video_panel.cc3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/wx/timing_panel.cc b/src/wx/timing_panel.cc
index 0f86a3f3f..716a27b66 100644
--- a/src/wx/timing_panel.cc
+++ b/src/wx/timing_panel.cc
@@ -17,13 +17,14 @@
*/
-#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;
diff --git a/src/wx/video_panel.cc b/src/wx/video_panel.cc
index 310def2ef..716c29dda 100644
--- a/src/wx/video_panel.cc
+++ b/src/wx/video_panel.cc
@@ -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;