log.hh: add missing include
This commit is contained in:
parent
e8aeab3a55
commit
cb3467b049
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue