X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcp_content_type.h;h=ff10933e0bedd88b376e1f2baaecf53519478670;hb=cc0ac806a2dc698d9c20b24498bc865e2d9798ad;hp=ebfe09518a5577189e745d05d0a37bfd6d1ce04c;hpb=12efbd5938f08eb445b43f539fa4f27aa5caccfb;p=dcpomatic.git diff --git a/src/lib/dcp_content_type.h b/src/lib/dcp_content_type.h index ebfe09518..ff10933e0 100644 --- a/src/lib/dcp_content_type.h +++ b/src/lib/dcp_content_type.h @@ -20,13 +20,13 @@ #ifndef DCPOMATIC_DCP_CONTENT_TYPE_H #define DCPOMATIC_DCP_CONTENT_TYPE_H -/** @file src/content_type.h - * @brief A description of the type of content for a DCP (e.g. feature, trailer etc.) +/** @file src/dcp_content_type.h + * @brief DCPContentType class. */ +#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