log.hh: add missing include

This commit is contained in:
Eric Wasylishen 2022-09-29 19:49:15 -06:00
parent e8aeab3a55
commit cb3467b049
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include <cstdarg> #include <cstdarg>
#include <filesystem> #include <filesystem>
#include <list> #include <list>
#include <cmath> // for log10
#include <fmt/core.h> #include <fmt/core.h>
#include <common/bitflags.hh> #include <common/bitflags.hh>
#include <common/fs.hh> #include <common/fs.hh>