diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-05-05 21:34:22 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-05-08 01:33:28 +0200 |
| commit | f5e08d6f36161a980682dd3cb9b0678d44adadfd (patch) | |
| tree | 318b9e609ac0cc5e413d6cf498f5fa565c458bfc | |
| parent | 4541d4d553b5903b63753f22254a6471c73337da (diff) | |
Add some missing includes.
| -rw-r--r-- | src/lib/writer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/writer.h b/src/lib/writer.h index efb6a17d8..6e7f5ca90 100644 --- a/src/lib/writer.h +++ b/src/lib/writer.h @@ -34,6 +34,8 @@ #include "exception_store.h" #include "font_id_map.h" #include "player_text.h" +#include "text_type.h" +#include "types.h" #include "weak_film.h" #include <dcp/atmos_frame.h> #include <boost/thread.hpp> |
