From: mpv Date: Wed, 16 Dec 2020 11:49:13 +0000 (+0300) Subject: 0031983: Samples - CSharp cannot be compiled "atomic<> is not supported by C++/CLI" X-Git-Tag: V7_6_0_beta~340 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=53f46612d91d8e408d20492a089d13f91213567f;p=occt.git 0031983: Samples - CSharp cannot be compiled "atomic<> is not supported by C++/CLI" Removed includes-dependency of the CSharp sample from TDF_Label.hxx --- diff --git a/src/VrmlAPI/VrmlAPI_Writer.hxx b/src/VrmlAPI/VrmlAPI_Writer.hxx index 46a23cf2f9..2d4312544e 100644 --- a/src/VrmlAPI/VrmlAPI_Writer.hxx +++ b/src/VrmlAPI/VrmlAPI_Writer.hxx @@ -25,12 +25,12 @@ #include #include #include -#include class VrmlConverter_Drawer; class VrmlConverter_Projector; class Vrml_Material; class TopoDS_Shape; +class TDocStd_Document; //! Creates and writes VRML files from Open diff --git a/src/XSDRAWSTLVRML/XSDRAWSTLVRML.cxx b/src/XSDRAWSTLVRML/XSDRAWSTLVRML.cxx index b35f318b41..0d65e19832 100644 --- a/src/XSDRAWSTLVRML/XSDRAWSTLVRML.cxx +++ b/src/XSDRAWSTLVRML/XSDRAWSTLVRML.cxx @@ -59,6 +59,7 @@ #include #include #include +#include #include #include #include