summaryrefslogtreecommitdiff
path: root/src/lib/spl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/spl.h')
-rw-r--r--src/lib/spl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/spl.h b/src/lib/spl.h
index b93a93041..a0b754f04 100644
--- a/src/lib/spl.h
+++ b/src/lib/spl.h
@@ -18,6 +18,9 @@
*/
+#ifndef DCPOMATIC_SPL_H
+#define DCPOMATIC_SPL_H
+
#include "spl_entry.h"
class ContentStore;
@@ -56,3 +59,5 @@ private:
std::string _name;
std::vector<SPLEntry> _spl;
};
+
+#endif