X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fimage_subtitle.h;h=b25943ae178aedc12010b515350e4bc0c6b295be;hb=1555c48eda3def5f7ece413a47f0c7ff94dd70dd;hp=6a4f902e6f38f259a1ccbced8c1dcc66c9b3aad1;hpb=9655db97eae5a6137a45ad809dbf42528dc74408;p=dcpomatic.git 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 rectangle; }; + +#endif