diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-16 19:12:13 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-16 19:12:13 +0100 |
| commit | 08f1afc562c2f5efeca88371cc4e7ced3b2f36a2 (patch) | |
| tree | a0a4e7ed492d6ee995596095a217e808d1589039 | |
| parent | b9cc433d7a2d180ea0bc256326c7115a9c8508c3 (diff) | |
| parent | f9df63eeff90088b68b8087e45490c5627603117 (diff) | |
Merge branch '1.0' of ssh://main.carlh.net/home/carl/git/libdcp into 1.0
| -rw-r--r-- | src/reel_asset.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reel_asset.cc b/src/reel_asset.cc index db56284e..46e0bd3c 100644 --- a/src/reel_asset.cc +++ b/src/reel_asset.cc @@ -27,6 +27,7 @@ #include "compose.hpp" #include <libcxml/cxml.h> #include <libxml++/libxml++.h> +#include <iostream> using std::pair; using std::cout; |
