Skip to content

Commit

Permalink
fix: AnnulusBoundsTests uses deprecated boost header (#861)
Browse files Browse the repository at this point in the history
Fixes #180
  • Loading branch information
paulgessinger committed Jun 30, 2021
1 parent 2d196d4 commit 7c17307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/UnitTests/Core/Surfaces/AnnulusBoundsTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// clang-format off
#include <boost/test/unit_test.hpp>
#include <boost/test/data/test_case.hpp>
#include <boost/test/output_test_stream.hpp>
#include <boost/test/tools/output_test_stream.hpp>
// clang-format on

#include "Acts/Definitions/Algebra.hpp"
Expand Down

0 comments on commit 7c17307

Please sign in to comment.