diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-14 22:49:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-14 22:49:36 +0100 |
| commit | 1858190cff2f960f3d1f0a5cc02c69da86088f5b (patch) | |
| tree | 487a3b83f9105e22ce13972890197477540b72ea /src/lib/dcp_decoder.cc | |
| parent | 7f4d248b3092b30c5fe2f71d8c746cf51fcc23dd (diff) | |
Lots of #include <iostream>s for Arch.
Diffstat (limited to 'src/lib/dcp_decoder.cc')
| -rw-r--r-- | src/lib/dcp_decoder.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/dcp_decoder.cc b/src/lib/dcp_decoder.cc index 2bdf6a8e9..1c3285d2d 100644 --- a/src/lib/dcp_decoder.cc +++ b/src/lib/dcp_decoder.cc @@ -35,6 +35,7 @@ #include <dcp/stereo_picture_frame.h> #include <dcp/sound_frame.h> #include <boost/foreach.hpp> +#include <iostream> using std::list; using std::cout; |
