summaryrefslogtreecommitdiff
path: root/src/lib/content_video.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/content_video.h')
-rw-r--r--src/lib/content_video.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/content_video.h b/src/lib/content_video.h
index 96ce5450c..20b5b8dec 100644
--- a/src/lib/content_video.h
+++ b/src/lib/content_video.h
@@ -17,6 +17,11 @@
*/
+#ifndef DCPOMATIC_CONTENT_VIDEO_H
+#define DCPOMATIC_CONTENT_VIDEO_H
+
+class Image;
+
/** @class ContentVideo
* @brief A frame of video straight out of some content.
*/
@@ -37,3 +42,5 @@ public:
Eyes eyes;
VideoFrame frame;
};
+
+#endif