diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-07-25 15:28:11 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-07-25 15:28:11 +0200 |
| commit | d21b1e6f9cbf10148b38e1bc3ca3d4920e39a432 (patch) | |
| tree | b078b7f282c4050ee262ce0e7e340ea5897a1158 /src/interop_subtitle_asset.cc | |
| parent | e0a7c171e09e2a1034f2443c7d5cf7c6b5971471 (diff) | |
Cleanup: move EqualityOptions into its own file.
Diffstat (limited to 'src/interop_subtitle_asset.cc')
| -rw-r--r-- | src/interop_subtitle_asset.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interop_subtitle_asset.cc b/src/interop_subtitle_asset.cc index e7c1432b..d26143a4 100644 --- a/src/interop_subtitle_asset.cc +++ b/src/interop_subtitle_asset.cc @@ -39,6 +39,7 @@ #include "compose.hpp" #include "dcp_assert.h" +#include "equality_options.h" #include "font_asset.h" #include "file.h" #include "interop_load_font_node.h" |
