summaryrefslogtreecommitdiff
path: root/src/lib/spl_entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/spl_entry.h')
-rw-r--r--src/lib/spl_entry.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/spl_entry.h b/src/lib/spl_entry.h
index cc28d92bd..e79d89afc 100644
--- a/src/lib/spl_entry.h
+++ b/src/lib/spl_entry.h
@@ -18,6 +18,9 @@
*/
+#ifndef DCPOMATIC_SPL_ENTRY_H
+#define DCPOMATIC_SPL_ENTRY_H
+
#include "dcpomatic_time.h"
namespace dcp {
@@ -37,3 +40,5 @@ public:
boost::shared_ptr<dcp::CPL> cpl;
boost::filesystem::path directory;
};
+
+#endif