summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/dcpomatic_log.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/dcpomatic_log.h b/src/lib/dcpomatic_log.h
index b68d41ea9..88d031fc7 100644
--- a/src/lib/dcpomatic_log.h
+++ b/src/lib/dcpomatic_log.h
@@ -18,10 +18,10 @@
*/
+#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;