]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/engine/NotSimpleCasePoint.cxx
Salome HOME
Build YACS module on Windows platform.
[modules/yacs.git] / src / engine / NotSimpleCasePoint.cxx
index 0a0a495d13b858effa0a980de7e1409b5c07d00e..65d3132bc5d34f2a3a9ede3a08fa71e5e66a34a8 100644 (file)
@@ -21,6 +21,9 @@
 #include "PointVisitor.hxx"
 #include "Exception.hxx"
 
+#include <algorithm>
+
+
 using namespace YACS::ENGINE;
 
 NotSimpleCasePoint::NotSimpleCasePoint(const std::list<AbstractPoint *>& nodes, AbstractPoint *father):BlocPoint(nodes,father)