Header guard.
authorCarl Hetherington <cth@carlh.net>
Fri, 19 Jun 2020 11:12:16 +0000 (13:12 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 19 Jun 2020 11:15:34 +0000 (13:15 +0200)
src/atmos_asset_writer.h

index 570596068f8d5f9eb34bb53297837472a801cec9..c78174f1d59d9e83112633e1ce31a63e88eaee52 100644 (file)
@@ -31,6 +31,9 @@
     files in the program, then also delete it here.
 */
 
+#ifndef LIBDCP_ATMOS_ASSET_WRITER_H
+#define LIBDCP_ATMOS_ASSET_WRITER_H
+
 /** @file  src/atmos_asset_writer.h
  *  @brief AtmosAssetWriter class.
  */
@@ -72,3 +75,5 @@ private:
 };
 
 }
+
+#endif