summaryrefslogtreecommitdiff
path: root/src/lib/dcpomatic_log.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-07-09 21:54:03 +0200
committerCarl Hetherington <cth@carlh.net>2025-07-10 20:50:32 +0200
commit9e90111e53a0b0739d0789afd26f29e63f803917 (patch)
tree5df75d925be7a016b19adddf1e710177e254913d /src/lib/dcpomatic_log.h
parent727c1aa7da8b325dfa38c8443b1dd356acaf6ec3 (diff)
Add some includes of fmt/format.h.
Diffstat (limited to 'src/lib/dcpomatic_log.h')
-rw-r--r--src/lib/dcpomatic_log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/dcpomatic_log.h b/src/lib/dcpomatic_log.h
index 2372c8d01..0bde2ee8e 100644
--- a/src/lib/dcpomatic_log.h
+++ b/src/lib/dcpomatic_log.h
@@ -21,6 +21,7 @@
#include "log.h"
#include "compose.hpp"
+#include <fmt/format.h>
/** The current log; set up by the front-ends when they have a Film to log into */