diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-09-01 22:52:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-09-01 22:52:21 +0100 |
| commit | 2b8326dcc766aae7e1c275a6c89050c6aa507f96 (patch) | |
| tree | e0c0fb4b5a7c35e3af91bc43d508a621b7a0315f /tools | |
| parent | 8924ad6077ecb84385ecdcd244921af2dc34f9fb (diff) | |
Fill in various AssetInstance bits.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/dcpinfo.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/dcpinfo.cc b/tools/dcpinfo.cc index b5ef4b0b..d800ed7d 100644 --- a/tools/dcpinfo.cc +++ b/tools/dcpinfo.cc @@ -8,6 +8,7 @@ #include "sound_asset.h" #include "picture_asset.h" #include "subtitle_asset.h" +#include "asset_instance.h" #include "cpl.h" using std::string; |
