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.h | |
| parent | 06b02d71f02d29494dfb312c5006dc163aa7f4c9 (diff) | |
Fix non-variant build.
Diffstat (limited to 'src/lib/spl.h')
| -rw-r--r-- | src/lib/spl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/spl.h b/src/lib/spl.h index 5e1bd47b2..25e8ac4c5 100644 --- a/src/lib/spl.h +++ b/src/lib/spl.h @@ -21,9 +21,9 @@ #ifndef DCPOMATIC_SPL_H #define DCPOMATIC_SPL_H +#include "spl_entry.h" #include <boost/filesystem.hpp> -class SPLEntry; class SPL { |
