Make XML subtitle work at the very minimal level.
[dcpomatic.git] / src / lib / image_subtitle.h
index 6a4f902e6f38f259a1ccbced8c1dcc66c9b3aad1..b25943ae178aedc12010b515350e4bc0c6b295be 100644 (file)
 
 */
 
+#ifndef DCPOMATIC_IMAGE_SUBTITLE_H
+#define DCPOMATIC_IMAGE_SUBTITLE_H
+
+#include "rect.h"
+
 class Image;
 
 class ImageSubtitle
@@ -37,3 +42,5 @@ public:
         */
        dcpomatic::Rect<double> rectangle;
 };
+
+#endif