X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fspl.h;fp=src%2Flib%2Fspl.h;h=a0b754f04acd72b3f3229dd6fc41e8ee06d1d2a3;hp=b93a93041c2087d48c556c95234c9b9643b9ec38;hb=6349c88c4fb9d4ac76ef14b277d455e3a2b006a6;hpb=8872a0a0028048e277a623fa08e8242dd43f4824 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 _spl; }; + +#endif