X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcp_content_type.h;h=c370fef4d52fa3229e7f677bc87eb24efdcb5d70;hb=7ff262bc7a3e5ac16feab2fe7a0afbbe14c33896;hp=ebfe09518a5577189e745d05d0a37bfd6d1ce04c;hpb=946dbad9821e676f1d8fdc5abba459da54b8e84c;p=dcpomatic.git diff --git a/src/lib/dcp_content_type.h b/src/lib/dcp_content_type.h index ebfe09518..c370fef4d 100644 --- a/src/lib/dcp_content_type.h +++ b/src/lib/dcp_content_type.h @@ -24,9 +24,9 @@ * @brief A description of the type of content for a DCP (e.g. feature, trailer etc.) */ +#include #include #include -#include /** @class DCPContentType * @brief A description of the type of content for a DCP (e.g. feature, trailer etc.) @@ -64,5 +64,5 @@ private: /** All available DCP content types */ static std::vector _dcp_content_types; }; - + #endif