diff options
| author | Luke Granger-Brown <git@lukegb.com> | 2022-01-16 19:37:25 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-01-16 21:00:42 +0100 |
| commit | b090dda8afed4f73349a5fa1e603a734171aa404 (patch) | |
| tree | 8db8f686aa4eacc747fc57bab55e95bea4be1f01 /src/lib/dcp_subtitle.h | |
| parent | 09f8b57ac237c98eae648fc31093cf22495db740 (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.h | 1 |
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 { |
