Skip to content

Commit

Permalink
TST: add missing include <functional> (#2810)
Browse files Browse the repository at this point in the history
needed for std::bind

Co-authored-by: Garth N. Wells <gnw20@cam.ac.uk>
  • Loading branch information
2 people authored and jhale committed Oct 10, 2023
1 parent ee28eca commit b870efd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/test/common/sort.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <catch2/catch_test_macros.hpp>
#include <catch2/generators/catch_generators.hpp>
#include <dolfinx/common/sort.h>
#include <functional>
#include <random>

TEMPLATE_TEST_CASE("Test radix sort", "[vector][template]", std::int32_t,
Expand Down

0 comments on commit b870efd

Please sign in to comment.