X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fisdcf_metadata.h;h=6b326ddc8513c94d021526e49486b4204d1765c6;hb=9facdf75a2776319fc5826cfa3dd85340f3c8879;hp=e63f290e47de854ed9347433739eafc57564015d;hpb=b56bc3c45953fe113a9934b0d2ec2c1134de07ab;p=dcpomatic.git diff --git a/src/lib/isdcf_metadata.h b/src/lib/isdcf_metadata.h index e63f290e4..6b326ddc8 100644 --- a/src/lib/isdcf_metadata.h +++ b/src/lib/isdcf_metadata.h @@ -20,9 +20,9 @@ #ifndef DCPOMATIC_ISDCF_METADATA_H #define DCPOMATIC_ISDCF_METADATA_H -#include -#include #include +#include +#include class ISDCFMetadata { @@ -62,4 +62,6 @@ public: std::string mastered_luminance; }; +bool operator== (ISDCFMetadata const & a, ISDCFMetadata const & b); + #endif