diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-03 13:17:57 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-03 13:17:57 +0000 |
| commit | aeaa2d842b3b8422ac341c43652d083cacf3aee7 (patch) | |
| tree | 9ea033d43606518f629edaa6e44c3c3602e8fcb3 | |
| parent | 4220beb6dfd67a124df5cb039a1497c186d6d313 (diff) | |
Fix build.
| -rw-r--r-- | src/mono_picture_asset.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mono_picture_asset.cc b/src/mono_picture_asset.cc index b3077280..27d87949 100644 --- a/src/mono_picture_asset.cc +++ b/src/mono_picture_asset.cc @@ -28,6 +28,8 @@ using std::string; using std::vector; +using std::list; +using std::pair; using boost::shared_ptr; using boost::dynamic_pointer_cast; using namespace dcp; |
