More header guards.
[libsub.git] / src / collect.h
index ff43ce044bade20c7610322a23d2cc32b7d8eb92..9f3db63a6c980d242bb3782c663e61e75861ee0d 100644 (file)
@@ -17,6 +17,9 @@
 
 */
 
+#ifndef LIBSUB_COLLECT_H
+#define LIBSUB_COLLECT_H
+
 #include "subtitle.h"
 #include "raw_subtitle.h"
 
@@ -58,3 +61,5 @@ collect (std::list<RawSubtitle> raw)
 }
 
 }
+
+#endif