summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-10-07 23:01:39 +0100
committerCarl Hetherington <cth@carlh.net>2013-10-07 23:01:39 +0100
commite5151fad94eb86a6aa1d408e2e5eb2706ff41884 (patch)
tree23e2999dcac1dddf74451a640c80df695ab5971f /src
parent782f18d12280ab48b4673c5550f02ca1fb71f7f3 (diff)
Header guard.
Diffstat (limited to 'src')
-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