diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-09 22:16:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-09 22:16:46 +0100 |
| commit | df52b97f307605aad15ab5f01c8fdcf93afc9d15 (patch) | |
| tree | f7babd41e71985c611f3632395c52535f1c36f17 /src/lib/image.cc | |
| parent | 89115db77729a2c99f1a09ff6a461720e16f889e (diff) | |
Various fixes; simplification of FilmViewer; make image appear on first load of content.
Diffstat (limited to 'src/lib/image.cc')
| -rw-r--r-- | src/lib/image.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/image.cc b/src/lib/image.cc index 722ff5d3c..0eabbe84d 100644 --- a/src/lib/image.cc +++ b/src/lib/image.cc @@ -45,6 +45,7 @@ extern "C" { using std::string; using std::min; +using std::cout; using boost::shared_ptr; using libdcp::Size; |
