diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-04 10:32:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-04 10:32:08 +0100 |
| commit | 5efb969c83dce8fc94b2e7184e424578fee772d1 (patch) | |
| tree | c9df6d2d16c1c136e965b8db7fc266a84dbe2d3e /src/lib/writer.cc | |
| parent | 7fee459e6466354a49d51f61d3e53845fd82ecc7 (diff) | |
A little #include trimming.
Diffstat (limited to 'src/lib/writer.cc')
| -rw-r--r-- | src/lib/writer.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/writer.cc b/src/lib/writer.cc index d413d33f3..5d38860e7 100644 --- a/src/lib/writer.cc +++ b/src/lib/writer.cc @@ -22,12 +22,14 @@ #include <libdcp/sound_asset.h> #include <libdcp/picture_frame.h> #include <libdcp/reel.h> +#include <libdcp/dcp.h> #include "writer.h" #include "compose.hpp" #include "film.h" #include "format.h" #include "log.h" #include "dcp_video_frame.h" +#include "dcp_content_type.h" #include "player.h" #include "i18n.h" |
