diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-10-10 11:23:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-10-10 11:23:35 +0100 |
| commit | c4ac1ba47652884a647103ec49b2de4c0b6e60a9 (patch) | |
| tree | b4737409619cbf0724d3d6869fb877ad8b1c708c /src/lib/spl_entry.h | |
| parent | 06b02d71f02d29494dfb312c5006dc163aa7f4c9 (diff) | |
Fix non-variant build.
Diffstat (limited to 'src/lib/spl_entry.h')
| -rw-r--r-- | src/lib/spl_entry.h | 5 |
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 |
