diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-07 15:02:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-14 10:21:13 +0100 |
| commit | 4704d088ae03ab2b5f73ceed577fd84935ad0640 (patch) | |
| tree | df66d16a04bb76dff4d4cddc35eda01a7aa6033d /src/wx/video_panel.h | |
| parent | 38e9419ea023224b21577d906084bbb3501e8aea (diff) | |
Some use of BOOST_FOREACH.
Diffstat (limited to 'src/wx/video_panel.h')
| -rw-r--r-- | src/wx/video_panel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h index d90612fdd..b4b4c7766 100644 --- a/src/wx/video_panel.h +++ b/src/wx/video_panel.h @@ -24,6 +24,7 @@ #include "content_sub_panel.h" #include "content_widget.h" #include "timecode.h" +#include "lib/video_content_scale.h" #include "lib/film.h" class wxChoice; |
