diff options
Diffstat (limited to 'src/lib/image_subtitle.h')
| -rw-r--r-- | src/lib/image_subtitle.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/image_subtitle.h b/src/lib/image_subtitle.h index 6a4f902e6..b25943ae1 100644 --- a/src/lib/image_subtitle.h +++ b/src/lib/image_subtitle.h @@ -17,6 +17,11 @@ */ +#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 |
