diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-08-22 23:11:18 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-08-22 23:11:18 +0200 |
| commit | de40756eed79a4df7cb614e2746057f6b2a76872 (patch) | |
| tree | c33b183ecabf4ed8c756bd04cc354c83bced9f25 /src/subtitle.h | |
| parent | ac5445d9ee7dbb6fd7dda08f965c661b01e26c90 (diff) | |
Cleanup: extract VAlign to its own files.
Diffstat (limited to 'src/subtitle.h')
| -rw-r--r-- | src/subtitle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/subtitle.h b/src/subtitle.h index 7dae7f1d..629d4772 100644 --- a/src/subtitle.h +++ b/src/subtitle.h @@ -42,6 +42,7 @@ #include "dcp_time.h" +#include "v_align.h" namespace dcp { |
