From: aml Date: Wed, 4 May 2022 08:11:00 +0000 (+0300) Subject: 0032958: Coding - problem compile OCCT on Debian80-64 and MacOS-x86_64 with debugging... X-Git-Tag: V7_7_0_beta~109 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=5dd4cb6e60bb93728d489f48010bb02b3aef74c5;p=occt.git 0032958: Coding - problem compile OCCT on Debian80-64 and MacOS-x86_64 with debugging mode Add missing include. --- diff --git a/src/GeomFill/GeomFill_Pipe.cxx b/src/GeomFill/GeomFill_Pipe.cxx index af4aa4e1d3..2f9c759747 100644 --- a/src/GeomFill/GeomFill_Pipe.cxx +++ b/src/GeomFill/GeomFill_Pipe.cxx @@ -29,6 +29,7 @@ #include #include #include +#include #include #include #include