summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-02-13 00:22:01 +0000
committerCarl Hetherington <cth@carlh.net>2019-02-13 00:22:01 +0000
commitf6c8cbe839cc2b052af9ccd1c57f353d26ebcaf0 (patch)
tree62c96ffe88fe19d60a2043d6cbe9851802527278
parent27fbe80bccafe744ca3f96129c9e582f39921891 (diff)
Fix build.v2.13.117
-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;