diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-07-09 21:54:03 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-07-10 20:50:32 +0200 |
| commit | 9e90111e53a0b0739d0789afd26f29e63f803917 (patch) | |
| tree | 5df75d925be7a016b19adddf1e710177e254913d /src/lib/environment_info.cc | |
| parent | 727c1aa7da8b325dfa38c8443b1dd356acaf6ec3 (diff) | |
Add some includes of fmt/format.h.
Diffstat (limited to 'src/lib/environment_info.cc')
| -rw-r--r-- | src/lib/environment_info.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/environment_info.cc b/src/lib/environment_info.cc index d6592d126..04aed9eba 100644 --- a/src/lib/environment_info.cc +++ b/src/lib/environment_info.cc @@ -36,6 +36,7 @@ extern "C" { #include <libavutil/pixfmt.h> } LIBDCP_ENABLE_WARNINGS +#include <fmt/format.h> #include <boost/thread.hpp> #include "i18n.h" |
