mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
add explicit import of <algorithm> to resolve build problem on VS2013
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user