Merge FilmState / Film.
[dcpomatic.git] / src / lib / dcp_content_type.h
index b703970a3c7fb6811a3a31f3a051e0296398d51d..2b6e60a19cb902b701b9075c5797d34f28f575f5 100644 (file)
@@ -17,6 +17,9 @@
 
 */
 
+#ifndef DVDOMATIC_DCP_CONTENT_TYPE_H
+#define DVDOMATIC_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.)
  */
@@ -61,3 +64,4 @@ private:
        static std::vector<DCPContentType const *> _dcp_content_types;
 };
      
+#endif