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/exceptions.h | |
| parent | 727c1aa7da8b325dfa38c8443b1dd356acaf6ec3 (diff) | |
Add some includes of fmt/format.h.
Diffstat (limited to 'src/lib/exceptions.h')
| -rw-r--r-- | src/lib/exceptions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/exceptions.h b/src/lib/exceptions.h index dae64fb5d..31b57c92b 100644 --- a/src/lib/exceptions.h +++ b/src/lib/exceptions.h @@ -32,6 +32,7 @@ extern "C" { #include <libavutil/pixfmt.h> } +#include <fmt/format.h> #include <boost/filesystem.hpp> #include <boost/optional.hpp> #include <sqlite3.h> |
