1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-05-07 23:33:51 +00:00

Add missing <algorithm> include in catch_approx.hpp

This commit is contained in:
Martin Hořeňovský 2017-08-01 22:02:00 +02:00
parent 85e14c5fb5
commit 6d4673505d

View File

@ -10,6 +10,7 @@
#include "catch_tostring.h"
#include <algorithm>
#include <cmath>
#include <type_traits>