Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>
  • Loading branch information
windtalker committed Feb 8, 2023
1 parent 924b668 commit 8fbf2c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dbms/src/Common/ThresholdUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

#pragma once

#include <assert.h>

#include <algorithm>

inline size_t getAverageThreshold(size_t threshold, size_t concurrency)
Expand Down

0 comments on commit 8fbf2c2

Please sign in to comment.