Skip to content

Commit

Permalink
fix: adapt diff dlog version
Browse files Browse the repository at this point in the history
As title.

Log: Adapt diff DLog version.
  • Loading branch information
rb-union authored and starhcq committed Aug 20, 2024
1 parent 1a56af3 commit 6ca621a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/service/LogManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@
// SPDX-License-Identifier: GPL-3.0-only

#include "LogManager.h"
#include <dtkcore_global.h>

// 均使用以兼容不同 DTK Log 模块版本
DCORE_USE_NAMESPACE
#ifdef DLOG_CORE_USE_NAMESPACE
DLOG_CORE_USE_NAMESPACE
#endif

DBMLogManager::DBMLogManager()
{
Expand Down

0 comments on commit 6ca621a

Please sign in to comment.