summaryrefslogtreecommitdiff
path: root/src/lib/dcp_subtitle.h
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.h
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.h')
-rw-r--r--src/lib/dcp_subtitle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/dcp_subtitle.h b/src/lib/dcp_subtitle.h
index 2011759aa..285dd55bc 100644
--- a/src/lib/dcp_subtitle.h
+++ b/src/lib/dcp_subtitle.h
@@ -24,6 +24,7 @@
#include <boost/filesystem.hpp>
+#include <memory>
namespace dcp {