X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fscreen.h;h=0a275aa34c9407e3403935e21c0c6dfb9639e91c;hb=f4f5f6486105cc87f3b4f98bdf3bd5be74aa26a0;hp=7f01cdf2792abb802f200b40fb1045f21b89a7c2;hpb=64b8ca8c4f9064e5142633aa2676b20f0ea0f10d;p=dcpomatic.git diff --git a/src/lib/screen.h b/src/lib/screen.h index 7f01cdf27..0a275aa34 100644 --- a/src/lib/screen.h +++ b/src/lib/screen.h @@ -23,12 +23,13 @@ #define DCPOMATIC_SCREEN_H -#include "kdm_with_metadata.h" #include "kdm_recipient.h" #include "kdm_util.h" +#include "kdm_with_metadata.h" #include "trusted_device.h" #include #include +#include #include #include #include @@ -78,8 +79,8 @@ KDMWithMetadataPtr kdm_for_screen ( std::function make_kdm, std::shared_ptr screen, - boost::posix_time::ptime valid_from, - boost::posix_time::ptime valid_to, + dcp::LocalTime valid_from, + dcp::LocalTime valid_to, dcp::Formulation formulation, bool disable_forensic_marking_picture, boost::optional disable_forensic_marking_audio,