Fix includes.
authorCarl Hetherington <cth@carlh.net>
Thu, 15 Aug 2013 18:54:27 +0000 (19:54 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 15 Aug 2013 18:54:27 +0000 (19:54 +0100)
src/wx/audio_dialog.cc
src/wx/audio_panel.cc
src/wx/audio_panel.h
src/wx/content_menu.cc
src/wx/film_editor.cc
src/wx/film_editor.h
src/wx/subtitle_panel.cc
src/wx/video_panel.cc

index 462eb8d50d02c65c6201172b7dcc9b2b5e76563c..c7a0815f821ba341aae418a7d6f2067072f95ae9 100644 (file)
@@ -20,6 +20,7 @@
 #include <boost/filesystem.hpp>
 #include "lib/audio_analysis.h"
 #include "lib/film.h"
+#include "lib/audio_content.h"
 #include "audio_dialog.h"
 #include "audio_plot.h"
 #include "wx_util.h"
index f8dba6cd47fa88f1c1002913f192ae9741e247df..b4921904c2051fe5accd41b1bda9e6c13a6423b1 100644 (file)
@@ -21,6 +21,7 @@
 #include <wx/spinctrl.h>
 #include "lib/config.h"
 #include "lib/sound_processor.h"
+#include "lib/ffmpeg_content.h"
 #include "audio_dialog.h"
 #include "audio_panel.h"
 #include "audio_mapping_view.h"
index 9c0d2a8775c0d28743849551fd73fafdf7daf3ce..e1dc283e2852debd1d021baa2900567b7b7112fa 100644 (file)
@@ -17,6 +17,7 @@
 
 */
 
+#include "lib/audio_mapping.h"
 #include "film_editor_panel.h"
 
 class wxSpinCtrl;
index 6f105030215fda32f1949230d726cd2446d0277d..1a409fa6cef18fb4168495ab3b58fb55c2ea8109 100644 (file)
@@ -18,6 +18,7 @@
 */
 
 #include <wx/wx.h>
+#include "lib/playlist.h"
 #include "lib/film.h"
 #include "content_menu.h"
 #include "repeat_dialog.h"
index c0e169835f8f2cb9834a8e1aa5000a1d67fa1a4b..812da88bfe36b61512e60c5d24d5014b4172e686 100644 (file)
@@ -38,6 +38,7 @@
 #include "lib/config.h"
 #include "lib/still_image_content.h"
 #include "lib/moving_image_content.h"
+#include "lib/ffmpeg_content.h"
 #include "lib/sndfile_content.h"
 #include "lib/dcp_content_type.h"
 #include "lib/sound_processor.h"
index f9f15e2acaa8117aa9f435867a3d14d471b3da7b..30b4bd73e8f634b2472ffe2c7a797c3d2a31fcd8 100644 (file)
@@ -37,6 +37,7 @@ class TimelineDialog;
 class Ratio;
 class Timecode;
 class FilmEditorPanel;
+class SubtitleContent;
 
 /** @class FilmEditor
  *  @brief A wx widget to edit a film's metadata, and perform various functions.
index b80259e8eae5a11073064e465303c74565bc53ee..8f2b08af51dd263dce782f3164c81a41566d8113 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <boost/lexical_cast.hpp>
 #include <wx/spinctrl.h>
+#include "lib/ffmpeg_content.h"
 #include "subtitle_panel.h"
 #include "film_editor.h"
 #include "wx_util.h"
index edf4505c91e936c43a39ddfe170144015fef4be6..0c27029133e1a4913934011981b9d6e1e2691b5e 100644 (file)
@@ -20,6 +20,7 @@
 #include <wx/spinctrl.h>
 #include "lib/ratio.h"
 #include "lib/filter.h"
+#include "lib/ffmpeg_content.h"
 #include "filter_dialog.h"
 #include "video_panel.h"
 #include "wx_util.h"