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/image.h | |
| parent | c58b1a4a478201b76a4f8491fa075cbe476af484 (diff) | |
Move Socket to dcpomatic_socket.{cc,h}.
Diffstat (limited to 'src/lib/image.h')
| -rw-r--r-- | src/lib/image.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/image.h b/src/lib/image.h index 22f3f6e50..814ad1c58 100644 --- a/src/lib/image.h +++ b/src/lib/image.h @@ -24,9 +24,9 @@ #ifndef DCPOMATIC_IMAGE_H #define DCPOMATIC_IMAGE_H -#include "util.h" #include "position.h" #include "position_image.h" +#include "types.h" #include <dcp/image.h> extern "C" { #include <libavcodec/avcodec.h> @@ -37,6 +37,7 @@ extern "C" { #include <string> class Scaler; +class Socket; class Image : public dcp::Image { |
