summaryrefslogtreecommitdiff
path: root/src/lib/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/image.h')
-rw-r--r--src/lib/image.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/image.h b/src/lib/image.h
index 73d08b902..60e65c20a 100644
--- a/src/lib/image.h
+++ b/src/lib/image.h
@@ -25,6 +25,8 @@
#ifndef DCPOMATIC_IMAGE_H
#define DCPOMATIC_IMAGE_H
+
+#include "crop.h"
#include "position.h"
#include "position_image.h"
#include "types.h"
@@ -34,9 +36,11 @@ extern "C" {
#include <dcp/array_data.h>
#include <dcp/colour_conversion.h>
+
struct AVFrame;
class Socket;
+
class Image : public std::enable_shared_from_this<Image>
{
public: