Add header guards.
[libdcp.git] / src / smpte_subtitle_asset.h
index 83abdfbf66066e3eb66d8f1a73cbc44577368e60..6984b644749e6b77185130a0c2445b5b1cf29ac9 100644 (file)
 */
 
 
+#ifndef LIBDCP_SMPTE_SUBTITLE_ASSET_H
+#define LIBDCP_SMPTE_SUBTITLE_ASSET_H
+
+
 /** @file  src/smpte_subtitle_asset.h
  *  @brief SMPTESubtitleAsset class
  */
@@ -231,3 +235,6 @@ private:
 
 
 }
+
+
+#endif