diff options
author | Francesco Borzì <borzifrancesco@gmail.com> | 2024-10-28 10:04:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-28 10:04:42 +0100 |
commit | 2317004417bfdce1e404912c3aed7dd7999e33b0 (patch) | |
tree | fd15d7f04850cbf54514a7dfc1754a7b99bd12a9 /src/common/Logging/Log.h | |
parent | 4b59c867e141cf210c654b05fdddb3c12f7e7ea2 (diff) |
refactor(src/server/database|shared): remove unused import (#20316)
Diffstat (limited to 'src/common/Logging/Log.h')
-rw-r--r-- | src/common/Logging/Log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/Logging/Log.h b/src/common/Logging/Log.h index e4b6d61423..90546bc226 100644 --- a/src/common/Logging/Log.h +++ b/src/common/Logging/Log.h @@ -18,6 +18,7 @@ #ifndef _LOG_H__ #define _LOG_H__ +#include "IoContext.h" #include "Define.h" #include "LogCommon.h" #include "StringFormat.h" |