forked from catchorg/Catch2
Add missing <algorithm> include in catch_approx.hpp
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
|
||||
#include "catch_tostring.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
|
||||
#include <type_traits>
|
||||
|
Reference in New Issue
Block a user