From 5dd4cb6e60bb93728d489f48010bb02b3aef74c5 Mon Sep 17 00:00:00 2001 From: aml Date: Wed, 4 May 2022 11:11:00 +0300 Subject: [PATCH] 0032958: Coding - problem compile OCCT on Debian80-64 and MacOS-x86_64 with debugging mode Add missing include. --- src/GeomFill/GeomFill_Pipe.cxx | 1 + 1 file changed, 1 insertion(+) 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