Make XML subtitle work at the very minimal level.
[dcpomatic.git] / src / lib / player_subtitles.h
index 62b77c077f73026e1f6b1a133a9af6aa4ba5a4ee..46994ea3bd4f7924576f23b00c495ce1d23887ac 100644 (file)
 
 */
 
+#ifndef DCPOMATIC_PLAYER_SUBTITLES_H
+#define DCPOMATIC_PLAYER_SUBTITLES_H
+
+#include <dcp/subtitle_string.h>
+#include "image_subtitle.h"
+
 class PlayerSubtitles
 {
 public:
@@ -32,3 +38,5 @@ public:
        std::list<ImageSubtitle> image;
        std::list<dcp::SubtitleString> text; 
 };
+
+#endif