From 53f46612d91d8e408d20492a089d13f91213567f Mon Sep 17 00:00:00 2001 From: mpv Date: Wed, 16 Dec 2020 14:49:13 +0300 Subject: [PATCH] 0031983: Samples - CSharp cannot be compiled "atomic<> is not supported by C++/CLI" Removed includes-dependency of the CSharp sample from TDF_Label.hxx --- src/VrmlAPI/VrmlAPI_Writer.hxx | 2 +- src/XSDRAWSTLVRML/XSDRAWSTLVRML.cxx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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