diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-23 18:08:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-23 18:08:59 +0100 |
| commit | ea8d9e93091cd54d252b3c4069d1dba7060e4f75 (patch) | |
| tree | e158c2b16215cf5de2b7a59e3ab8d377a03600a3 /src/lib/image_subtitle.h | |
| parent | 13b2078ca72921b20719374a07561a6167c77f70 (diff) | |
Use the correct font to render subtitles in preview / burn-in (#663).
Diffstat (limited to 'src/lib/image_subtitle.h')
| -rw-r--r-- | src/lib/image_subtitle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/image_subtitle.h b/src/lib/image_subtitle.h index 217f70fb2..0bde7b23f 100644 --- a/src/lib/image_subtitle.h +++ b/src/lib/image_subtitle.h @@ -21,6 +21,7 @@ #define DCPOMATIC_IMAGE_SUBTITLE_H #include "rect.h" +#include <boost/shared_ptr.hpp> class Image; |
