From e5151fad94eb86a6aa1d408e2e5eb2706ff41884 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 7 Oct 2013 23:01:39 +0100 Subject: Header guard. --- src/stereo_picture_asset.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') 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 -- cgit v1.2.3