summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-11-26 21:37:19 +0000
committerCarl Hetherington <cth@carlh.net>2014-11-26 21:37:19 +0000
commit859100ab32d08a45db06fce54e319043f3ed813a (patch)
tree4ace32139ae8c7e9e23ba200a03c93424dadbdde /src
parentcfeaa4d1e9caec0f0bc048fa94fcbc515bdff04b (diff)
Header guard.
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