diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/subtitle_string.h | 5 | ||||
| -rw-r--r-- | src/wscript | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/subtitle_string.h b/src/subtitle_string.h index 59131f07..076a6ec7 100644 --- a/src/subtitle_string.h +++ b/src/subtitle_string.h @@ -17,6 +17,9 @@ */ +#ifndef LIBDCP_SUBTITLE_STRING_H +#define LIBDCP_SUBTITLE_STRING_H + #include "types.h" #include "dcp_time.h" #include <string> @@ -122,3 +125,5 @@ bool operator== (SubtitleString const & a, SubtitleString const & b); std::ostream& operator<< (std::ostream& s, SubtitleString const & sub); } + +#endif diff --git a/src/wscript b/src/wscript index fd9f945b..294e36bc 100644 --- a/src/wscript +++ b/src/wscript @@ -68,6 +68,7 @@ def build(bld): certificates.h colour_matrix.h cpl.h + content.h dcp.h dcp_time.h exceptions.h @@ -86,6 +87,7 @@ def build(bld): picture_mxf_writer.h rgb_xyz.h reel.h + ref.h argb_frame.h signer.h signer_chain.h |
