diff options
Diffstat (limited to 'src/wx/video_panel.cc')
| -rw-r--r-- | src/wx/video_panel.cc | 3 |
1 files changed, 2 insertions, 1 deletions
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; |
