summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorFrancesco Borzì <borzifrancesco@gmail.com>2024-10-28 10:04:42 +0100
committerGitHub <noreply@github.com>2024-10-28 10:04:42 +0100
commit2317004417bfdce1e404912c3aed7dd7999e33b0 (patch)
treefd15d7f04850cbf54514a7dfc1754a7b99bd12a9 /src/common
parent4b59c867e141cf210c654b05fdddb3c12f7e7ea2 (diff)
refactor(src/server/database|shared): remove unused import (#20316)
Diffstat (limited to 'src/common')
-rw-r--r--src/common/Logging/Log.h1
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"