mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 05:09:53 +01:00
Add missing <algorithm> include in catch_approx.hpp
This commit is contained in:
parent
85e14c5fb5
commit
6d4673505d
@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
#include "catch_tostring.h"
|
#include "catch_tostring.h"
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
|
Loading…
Reference in New Issue
Block a user