X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcontent_subtitle.h;h=ef904a9805e50476b064b7cdc589290694ff7777;hb=e60bb3e51bd1508b149e6b8f6608f09b5196ae26;hp=8868618ada940ccf883f552dbf075ab449fab3bb;hpb=b6c780d3107557d452c6612d715d01e2be52dbda;p=dcpomatic.git diff --git a/src/lib/content_subtitle.h b/src/lib/content_subtitle.h index 8868618ad..ef904a980 100644 --- a/src/lib/content_subtitle.h +++ b/src/lib/content_subtitle.h @@ -20,11 +20,11 @@ #ifndef DCPOMATIC_CONTENT_SUBTITLE_H #define DCPOMATIC_CONTENT_SUBTITLE_H -#include -#include #include "dcpomatic_time.h" #include "rect.h" #include "image_subtitle.h" +#include +#include class Image; @@ -61,7 +61,7 @@ public: {} ContentTimePeriod period () const; - + std::list subs; };