diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-02-13 00:22:01 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-02-13 00:22:01 +0000 |
| commit | f6c8cbe839cc2b052af9ccd1c57f353d26ebcaf0 (patch) | |
| tree | 62c96ffe88fe19d60a2043d6cbe9851802527278 /src | |
| parent | 27fbe80bccafe744ca3f96129c9e582f39921891 (diff) | |
Fix build.v2.13.117
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/dcpomatic_log.h | 4 |
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; |
