From 30bf08e12bb2b54559bf915c65b4b361359ca0f5 Mon Sep 17 00:00:00 2001 From: jfa Date: Mon, 14 Dec 2020 15:32:18 +0300 Subject: [PATCH] Porting to OCCT7.5.0 --- src/GEOM/GEOM_Engine.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/GEOM/GEOM_Engine.cxx b/src/GEOM/GEOM_Engine.cxx index c69a5722f..8bc609352 100644 --- a/src/GEOM/GEOM_Engine.cxx +++ b/src/GEOM/GEOM_Engine.cxx @@ -37,6 +37,7 @@ #include "utilities.h" #include +#include #include #include @@ -62,7 +63,9 @@ #include +#if OCC_VERSION_LARGE < 0x07050000 #include +#endif #include #include