forked from eden-emu/eden
13 lines
582 B
Diff
13 lines
582 B
Diff
|
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>
|