diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-29 00:37:06 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-29 00:37:06 +0000 |
| commit | f213fd833a840fc97e3875979ae7dc7cbbc883b1 (patch) | |
| tree | bf585e448f263668ebaf39d37a8b90757c1dea91 /src/lib/encoded_data.cc | |
| parent | c58b1a4a478201b76a4f8491fa075cbe476af484 (diff) | |
Move Socket to dcpomatic_socket.{cc,h}.
Diffstat (limited to 'src/lib/encoded_data.cc')
| -rw-r--r-- | src/lib/encoded_data.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/encoded_data.cc b/src/lib/encoded_data.cc index 61d2644da..1b1926017 100644 --- a/src/lib/encoded_data.cc +++ b/src/lib/encoded_data.cc @@ -21,6 +21,7 @@ #include "cross.h" #include "exceptions.h" #include "film.h" +#include "dcpomatic_socket.h" #include "i18n.h" |
