Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
nudles committed Aug 1, 2024
1 parent ec3fd95 commit 56e818f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/CloudServices/CnchBGThreadCommon.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

#include <cstddef>
#include <Common/Exception.h>
#include <common/defines.h>

namespace DB
{
Expand Down
1 change: 0 additions & 1 deletion src/CloudServices/CnchWorkerServiceImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include <CloudServices/DedupWorkerStatus.h>
#include <Common/Stopwatch.h>
#include <Common/Configurations.h>
#include <Common/Trace/BRPCCarrierV2.h>
#include <Common/getNumberOfPhysicalCPUCores.h>
#include <IO/ReadBufferFromString.h>
#include <Interpreters/Context.h>
Expand Down

0 comments on commit 56e818f

Please sign in to comment.