diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-26 19:13:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-26 19:13:35 +0100 |
| commit | 72b72371d9dbfc96bb7d2fa5b687205a08dddccc (patch) | |
| tree | 21c311d0c504880767260f3cb488d845afe70589 /src/asset.h | |
| parent | ee7187c25d83a47a106493e66b89888eca6d4344 (diff) | |
Fix a warning and add a missing include.
Diffstat (limited to 'src/asset.h')
| -rw-r--r-- | src/asset.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/asset.h b/src/asset.h index c40ec91b..492f16be 100644 --- a/src/asset.h +++ b/src/asset.h @@ -25,6 +25,7 @@ #define LIBDCP_ASSET_H #include <string> +#include <list> #include <boost/filesystem.hpp> #include "types.h" |
