From 28b684043eea827df7a0196a7ca92a969cb34f2a Mon Sep 17 00:00:00 2001 From: rnv Date: Thu, 30 May 2019 14:49:56 +0300 Subject: [PATCH] Build YACS module on Windows platform. --- src/engine/NotSimpleCasePoint.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/engine/NotSimpleCasePoint.cxx b/src/engine/NotSimpleCasePoint.cxx index 0a0a495d1..65d3132bc 100644 --- a/src/engine/NotSimpleCasePoint.cxx +++ b/src/engine/NotSimpleCasePoint.cxx @@ -21,6 +21,9 @@ #include "PointVisitor.hxx" #include "Exception.hxx" +#include + + using namespace YACS::ENGINE; NotSimpleCasePoint::NotSimpleCasePoint(const std::list& nodes, AbstractPoint *father):BlocPoint(nodes,father) -- 2.39.2