diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-10 22:57:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-11 11:58:15 +0100 |
| commit | 54ef7357a87885ec329a25e758fb6b132816ec67 (patch) | |
| tree | 96efd338e028c50d1cf273b8a94ceae41f3144ec /src/wx/player_information.cc | |
| parent | 23583dfb56181c76126e652042e9d1940367aa27 (diff) | |
Fix build.
Diffstat (limited to 'src/wx/player_information.cc')
| -rw-r--r-- | src/wx/player_information.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/player_information.cc b/src/wx/player_information.cc index 36fb0e0ca..c66c6c1e9 100644 --- a/src/wx/player_information.cc +++ b/src/wx/player_information.cc @@ -20,12 +20,13 @@ #include "player_information.h" #include "wx_util.h" -#include "film_viewer.h" +#include "control_film_viewer.h" #include "lib/playlist.h" #include "lib/compose.hpp" #include "lib/video_content.h" #include "lib/audio_content.h" #include "lib/dcp_content.h" +#include "lib/film.h" using std::cout; using std::string; |
