]> OCCT Git - occt.git/commitdiff
0031983: Samples - CSharp cannot be compiled "atomic<> is not supported by C++/CLI"
authormpv <mpv@opencascade.com>
Wed, 16 Dec 2020 11:49:13 +0000 (14:49 +0300)
committerbugmaster <bugmaster@opencascade.com>
Thu, 17 Dec 2020 18:17:45 +0000 (21:17 +0300)
Removed includes-dependency of the CSharp sample from TDF_Label.hxx

src/VrmlAPI/VrmlAPI_Writer.hxx
src/XSDRAWSTLVRML/XSDRAWSTLVRML.cxx

index 46a23cf2f9c7e8478648c95c374af7af9c5afbab..2d4312544ee670178b801bbf5d4496c30e0c9e7f 100644 (file)
 #include <Quantity_HArray1OfColor.hxx>
 #include <Standard_CString.hxx>
 #include <Standard_Integer.hxx>
-#include <TDocStd_Document.hxx>
 
 class VrmlConverter_Drawer;
 class VrmlConverter_Projector;
 class Vrml_Material;
 class TopoDS_Shape;
+class TDocStd_Document;
 
 
 //! Creates and writes VRML files from Open
index b35f318b4162b0a56dca0c39bfda2e1e1194368c..0d65e198322fc32422a0c2c233afe4979619e707 100644 (file)
@@ -59,6 +59,7 @@
 #include <TColStd_MapIteratorOfPackedMapOfInteger.hxx>
 #include <TDataStd_Name.hxx>
 #include <TDocStd_Application.hxx>
+#include <TDocStd_Document.hxx>
 #include <TopoDS_Face.hxx>
 #include <TopoDS_Shape.hxx>
 #include <UnitsAPI.hxx>