Skip to content

Commit

Permalink
fix: missing include with assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSeemaier committed Apr 30, 2024
1 parent f0f8204 commit a4cb9e2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion kaminpar-dist/refinement/lp/clp_refiner.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,18 @@
#include "kaminpar-dist/datastructures/distributed_partitioned_graph.h"
#include "kaminpar-dist/graphutils/communication.h"
#include "kaminpar-dist/logger.h"
#include "kaminpar-dist/timer.h"

#include "kaminpar-common/assert.h"
#include "kaminpar-common/datastructures/rating_map.h"
#include "kaminpar-common/parallel/algorithm.h"
#include "kaminpar-common/parallel/atomic.h"
#include "kaminpar-common/parallel/vector_ets.h"
#include "kaminpar-common/random.h"
#include "kaminpar-common/timer.h"

#if KASSERT_ENABLED(ASSERTION_LEVEL_NORMAL)
#include "kaminpar-dist/metrics.h"
#endif

namespace kaminpar::dist {
namespace {
Expand Down

0 comments on commit a4cb9e2

Please sign in to comment.