Change MagickImageProxy to FFmpegImageProxy and make it use FFmpeg
[dcpomatic.git] / src / lib / spl_entry.h
index 033cab6a0a2439b95e3f6cfd7f57c7cafbe87939..e79d89afcf7263f0cdd37f7a7e126c95ebd2ec82 100644 (file)
 
 */
 
+#ifndef DCPOMATIC_SPL_ENTRY_H
+#define DCPOMATIC_SPL_ENTRY_H
+
+#include "dcpomatic_time.h"
+
 namespace dcp {
        class CPL;
 }
@@ -35,3 +40,5 @@ public:
        boost::shared_ptr<dcp::CPL> cpl;
        boost::filesystem::path directory;
 };
+
+#endif