add explicit import of <algorithm> to resolve build problem on VS2013

This commit is contained in:
Greg Landrum
2014-06-28 15:11:14 +02:00
parent 76188798a2
commit 9bf13137cf

View File

@@ -10,6 +10,7 @@
#include <math.h>
#include <RDGeneral/Invariant.h>
#include <cstring>
#include <algorithm>
namespace BFGSOpt {
const double FUNCTOL=1e-4; //!< Default tolerance for function convergence in the minimizer