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
1 changed files with 1 additions and 0 deletions

View File

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