Fix build.
[dcpomatic.git] / src / lib / dcpomatic_log.h
index b68d41ea918706256b38521498216a86aad8ce56..88d031fc7a109d3854449f3320ff1a39a4c711f1 100644 (file)
 
 */
 
+#include "log.h"
+#include "compose.hpp"
 #include <boost/shared_ptr.hpp>
 
-class Log;
-
 /** The current log; set up by the front-ends when they have a Film to log into */
 extern boost::shared_ptr<Log> dcpomatic_log;