summaryrefslogtreecommitdiff
path: root/src/wx/timing_panel.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-09-10 22:57:33 +0100
committerCarl Hetherington <cth@carlh.net>2018-09-11 11:58:15 +0100
commit54ef7357a87885ec329a25e758fb6b132816ec67 (patch)
tree96efd338e028c50d1cf273b8a94ceae41f3144ec /src/wx/timing_panel.cc
parent23583dfb56181c76126e652042e9d1940367aa27 (diff)
Fix build.
Diffstat (limited to 'src/wx/timing_panel.cc')
-rw-r--r--src/wx/timing_panel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/timing_panel.cc b/src/wx/timing_panel.cc
index f64a84f7a..25ea179f6 100644
--- a/src/wx/timing_panel.cc
+++ b/src/wx/timing_panel.cc
@@ -20,7 +20,7 @@
#include "timing_panel.h"
#include "wx_util.h"
-#include "film_viewer.h"
+#include "control_film_viewer.h"
#include "timecode.h"
#include "content_panel.h"
#include "move_to_dialog.h"