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