Separate Controls into standard/swaroop.
[dcpomatic.git] / src / lib / spl.h
index b93a93041c2087d48c556c95234c9b9643b9ec38..a0b754f04acd72b3f3229dd6fc41e8ee06d1d2a3 100644 (file)
@@ -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