summaryrefslogtreecommitdiff
path: root/src/lib/content_video.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-04-01 21:44:06 +0100
committerCarl Hetherington <cth@carlh.net>2014-04-01 21:44:06 +0100
commit1eeba876ce09cedfa4c779bf3554372c01dc34c5 (patch)
tree3b1590b8b1e25a985a7805e28187d454df52a1a6 /src/lib/content_video.h
parent70b1f90c6986e36afc2af36ee127f6a3eb8653cd (diff)
Various small fixes.
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