X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcp_content_type.h;h=c370fef4d52fa3229e7f677bc87eb24efdcb5d70;hb=e60bb3e51bd1508b149e6b8f6608f09b5196ae26;hp=ebfe09518a5577189e745d05d0a37bfd6d1ce04c;hpb=b6c780d3107557d452c6612d715d01e2be52dbda;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