Skip to content

Commit

Permalink
include in priority_queue
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgottesbueren committed Sep 17, 2024
1 parent df7b07c commit 371a34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mt-kahypar/datastructures/priority_queue.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include <algorithm>
#include <cassert>

#include <mt-kahypar/parallel/stl/scalable_vector.h>
#include "mt-kahypar/parallel/stl/scalable_vector.h"

namespace mt_kahypar {

Expand Down

0 comments on commit 371a34c

Please sign in to comment.