From f213fd833a840fc97e3875979ae7dc7cbbc883b1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 29 Jan 2015 00:37:06 +0000 Subject: Move Socket to dcpomatic_socket.{cc,h}. --- src/lib/image.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/image.h') 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 extern "C" { #include @@ -37,6 +37,7 @@ extern "C" { #include class Scaler; +class Socket; class Image : public dcp::Image { -- cgit v1.2.3