diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-05-31 15:55:20 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-06-07 17:01:06 +0200 |
| commit | 9b92e596727bcbab5df68ed72ddf59702a4a9702 (patch) | |
| tree | 2504b06b9052944835fbc34b0929621e15287f8d /src/lib/content_text.h | |
| parent | 6a3c03c5eed3cab8fdfdb04fcbaf6cabe8c715e9 (diff) | |
C++11 tidying.
Diffstat (limited to 'src/lib/content_text.h')
| -rw-r--r-- | src/lib/content_text.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/content_text.h b/src/lib/content_text.h index 438a76a6e..d32e880ee 100644 --- a/src/lib/content_text.h +++ b/src/lib/content_text.h @@ -18,18 +18,22 @@ */ + #ifndef DCPOMATIC_CONTENT_TEXT_H #define DCPOMATIC_CONTENT_TEXT_H + +#include "bitmap_text.h" #include "dcpomatic_time.h" #include "rect.h" #include "types.h" -#include "bitmap_text.h" #include <dcp/subtitle_string.h> #include <list> + class Image; + class ContentText { public: @@ -78,4 +82,5 @@ public: std::list<dcp::SubtitleString> subs; }; + #endif |
