summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-12-03 13:17:57 +0000
committerCarl Hetherington <cth@carlh.net>2015-12-03 13:17:57 +0000
commitaeaa2d842b3b8422ac341c43652d083cacf3aee7 (patch)
tree9ea033d43606518f629edaa6e44c3c3602e8fcb3 /src
parent4220beb6dfd67a124df5cb039a1497c186d6d313 (diff)
Fix build.
Diffstat (limited to 'src')
-rw-r--r--src/mono_picture_asset.cc2
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;