summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/stereo_picture_asset.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stereo_picture_asset.h b/src/stereo_picture_asset.h
index c9019610..6a321532 100644
--- a/src/stereo_picture_asset.h
+++ b/src/stereo_picture_asset.h
@@ -17,6 +17,9 @@
*/
+#ifndef LIBDCP_STEREO_PICTURE_ASSET_H
+#define LIBDCP_STEREO_PICTURE_ASSET_H
+
#include "picture_asset.h"
namespace libdcp {
@@ -42,3 +45,5 @@ private:
};
}
+
+#endif