Make the value used for 'f' in KDM names consistent (#1657).
[dcpomatic.git] / src / lib / film.h
index 78a66e17f24d9903e65afcde30a259681bf2a77b..55bbb406959a65167626c894515ec99833f0b5d9 100644 (file)
@@ -36,6 +36,7 @@
 #include <dcp/encrypted_kdm.h>
 #include <dcp/key.h>
 #include <dcp/language_tag.h>
+#include <dcp/rating.h>
 #include <boost/filesystem.hpp>
 #include <boost/signals2.hpp>
 #include <boost/thread.hpp>
@@ -408,6 +409,10 @@ public:
                return _luminance;
        }
 
+       boost::gregorian::date isdcf_date () const {
+               return _isdcf_date;
+       }
+
 
        /* SET */