summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dcp_reader.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dcp_reader.h b/src/dcp_reader.h
index 70b7d4f..c08d631 100644
--- a/src/dcp_reader.h
+++ b/src/dcp_reader.h
@@ -17,6 +17,9 @@
*/
+#ifndef LIBSUB_DCP_READER_H
+#define LIBSUB_DCP_READER_H
+
#include "reader.h"
#include <boost/shared_ptr.hpp>
@@ -63,3 +66,5 @@ private:
};
}
+
+#endif