diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-15 19:54:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-15 19:54:27 +0100 |
| commit | 9a9f2cf479127bf9b3eff726f4f73103acae9b85 (patch) | |
| tree | b2e7c1562df096444cbef6b6f70d645e4c731bd3 /src/wx/audio_dialog.cc | |
| parent | 8de868219596a8af8383341667cd96853646fbea (diff) | |
Fix includes.
Diffstat (limited to 'src/wx/audio_dialog.cc')
| -rw-r--r-- | src/wx/audio_dialog.cc | 1 |
1 files changed, 1 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" |
