summaryrefslogtreecommitdiff
path: root/src/subtitle_string.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-11 15:31:48 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-11 15:31:48 +0000
commit6161444eab9e0c22c4a42a1b254745b8bee82b50 (patch)
tree39ed44776fc5dcef991be8e15c751b8ecb2dc8f4 /src/subtitle_string.h
parent7dd07caa5fbfabde5563de4ade76b7c11d68c59c (diff)
Install fixes.
Diffstat (limited to 'src/subtitle_string.h')
-rw-r--r--src/subtitle_string.h5
1 files changed, 5 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