summaryrefslogtreecommitdiff
path: root/src/subtitle_asset_internal.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-08-22 23:11:18 +0200
committerCarl Hetherington <cth@carlh.net>2023-08-22 23:11:18 +0200
commitde40756eed79a4df7cb614e2746057f6b2a76872 (patch)
treec33b183ecabf4ed8c756bd04cc354c83bced9f25 /src/subtitle_asset_internal.h
parentac5445d9ee7dbb6fd7dda08f965c661b01e26c90 (diff)
Cleanup: extract VAlign to its own files.
Diffstat (limited to 'src/subtitle_asset_internal.h')
-rw-r--r--src/subtitle_asset_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/subtitle_asset_internal.h b/src/subtitle_asset_internal.h
index 8ecd9fd5..51786b47 100644
--- a/src/subtitle_asset_internal.h
+++ b/src/subtitle_asset_internal.h
@@ -44,6 +44,7 @@
#include "array_data.h"
#include "dcp_time.h"
#include "raw_convert.h"
+#include "v_align.h"
#include "warnings.h"
LIBDCP_DISABLE_WARNINGS
#include <libxml++/libxml++.h>