Fix build. v2.13.117
authorCarl Hetherington <cth@carlh.net>
Wed, 13 Feb 2019 00:22:01 +0000 (00:22 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 13 Feb 2019 00:22:01 +0000 (00:22 +0000)
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;