diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-07 23:01:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-07 23:01:39 +0100 |
| commit | e5151fad94eb86a6aa1d408e2e5eb2706ff41884 (patch) | |
| tree | 23e2999dcac1dddf74451a640c80df695ab5971f | |
| parent | 782f18d12280ab48b4673c5550f02ca1fb71f7f3 (diff) | |
Header guard.
| -rw-r--r-- | src/stereo_picture_asset.h | 5 |
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 |
