Skip to content

Commit 0340e8f

Browse files
committed
Add missing #include <algorithm>
1 parent 1127826 commit 0340e8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

math/mathmore/test/testPolynomialRoots.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include "Math/Polynomial.h"
66
#include <vector>
77
#include <complex>
8+
#include <algorithm>
89

910
using namespace ROOT::Math;
1011
using namespace std;

0 commit comments

Comments
 (0)