You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
582 B
12 lines
582 B
diff --git a/src/catch2/matchers/catch_matchers_floating_point.cpp b/src/catch2/matchers/catch_matchers_floating_point.cpp
|
|
index fc7b444..0e1a3c2 100644
|
|
--- a/src/catch2/matchers/catch_matchers_floating_point.cpp
|
|
+++ b/src/catch2/matchers/catch_matchers_floating_point.cpp
|
|
@@ -5,6 +5,7 @@
|
|
// https://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
// SPDX-License-Identifier: BSL-1.0
|
|
+#include <catch2/internal/catch_polyfills.hpp>
|
|
#include <catch2/matchers/catch_matchers_floating_point.hpp>
|
|
#include <catch2/internal/catch_enforce.hpp>
|
|
#include <catch2/internal/catch_polyfills.hpp>
|