summaryrefslogtreecommitdiff
path: root/src/lib/dcp_subtitle.cc
diff options
context:
space:
mode:
authorLuke Granger-Brown <git@lukegb.com>2022-01-16 19:37:25 +0000
committerCarl Hetherington <cth@carlh.net>2022-01-16 20:57:59 +0100
commit83caae94bccc7261e75421942c2a5b5b44537c9f (patch)
tree755a45fed6c5944db01e4bb18acdd747a3e8c007 /src/lib/dcp_subtitle.cc
parent504367ecc42018d6c2c2542172900701e34090bf (diff)
Add some missing header includes.
<memory> is needed for std::*_ptr, and <algorithm> for std::transform.
Diffstat (limited to 'src/lib/dcp_subtitle.cc')
-rw-r--r--src/lib/dcp_subtitle.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/dcp_subtitle.cc b/src/lib/dcp_subtitle.cc
index 0943a6b08..c2c3f7f70 100644
--- a/src/lib/dcp_subtitle.cc
+++ b/src/lib/dcp_subtitle.cc
@@ -24,6 +24,7 @@
#include "compose.hpp"
#include <dcp/interop_subtitle_asset.h>
#include <dcp/smpte_subtitle_asset.h>
+#include <memory>
#include "i18n.h"