summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-15 19:54:27 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-15 19:54:27 +0100
commit9a9f2cf479127bf9b3eff726f4f73103acae9b85 (patch)
treeb2e7c1562df096444cbef6b6f70d645e4c731bd3 /src
parent8de868219596a8af8383341667cd96853646fbea (diff)
Fix includes.
Diffstat (limited to 'src')
-rw-r--r--src/wx/audio_dialog.cc1
-rw-r--r--src/wx/audio_panel.cc1
-rw-r--r--src/wx/audio_panel.h1
-rw-r--r--src/wx/content_menu.cc1
-rw-r--r--src/wx/film_editor.cc1
-rw-r--r--src/wx/film_editor.h1
-rw-r--r--src/wx/subtitle_panel.cc1
-rw-r--r--src/wx/video_panel.cc1
8 files changed, 8 insertions, 0 deletions
diff --git a/src/wx/audio_dialog.cc b/src/wx/audio_dialog.cc
index 462eb8d50..c7a0815f8 100644
--- a/src/wx/audio_dialog.cc
+++ b/src/wx/audio_dialog.cc
@@ -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"
diff --git a/src/wx/audio_panel.cc b/src/wx/audio_panel.cc
index f8dba6cd4..b4921904c 100644
--- a/src/wx/audio_panel.cc
+++ b/src/wx/audio_panel.cc
@@ -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"
diff --git a/src/wx/audio_panel.h b/src/wx/audio_panel.h
index 9c0d2a877..e1dc283e2 100644
--- a/src/wx/audio_panel.h
+++ b/src/wx/audio_panel.h
@@ -17,6 +17,7 @@
*/
+#include "lib/audio_mapping.h"
#include "film_editor_panel.h"
class wxSpinCtrl;
diff --git a/src/wx/content_menu.cc b/src/wx/content_menu.cc
index 6f1050302..1a409fa6c 100644
--- a/src/wx/content_menu.cc
+++ b/src/wx/content_menu.cc
@@ -18,6 +18,7 @@
*/
#include <wx/wx.h>
+#include "lib/playlist.h"
#include "lib/film.h"
#include "content_menu.h"
#include "repeat_dialog.h"
diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc
index c0e169835..812da88bf 100644
--- a/src/wx/film_editor.cc
+++ b/src/wx/film_editor.cc
@@ -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"
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h
index f9f15e2ac..30b4bd73e 100644
--- a/src/wx/film_editor.h
+++ b/src/wx/film_editor.h
@@ -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.
diff --git a/src/wx/subtitle_panel.cc b/src/wx/subtitle_panel.cc
index b80259e8e..8f2b08af5 100644
--- a/src/wx/subtitle_panel.cc
+++ b/src/wx/subtitle_panel.cc
@@ -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"
diff --git a/src/wx/video_panel.cc b/src/wx/video_panel.cc
index edf4505c9..0c2702913 100644
--- a/src/wx/video_panel.cc
+++ b/src/wx/video_panel.cc
@@ -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"