]> OCCT Git - occt-copy.git/commitdiff
0031326: Foundation Classes - Init from Json for base OCCT classes
authornds <nds@opencascade.com>
Thu, 13 Feb 2020 03:27:17 +0000 (06:27 +0300)
committernds <nds@opencascade.com>
Thu, 13 Feb 2020 03:27:17 +0000 (06:27 +0300)
# compilation error

src/gp/gp_Trsf.hxx
src/gp/gp_XYZ.hxx

index 8aed8279358eb740316263b8f1793aa23e1e0a89..5e67718cacdf093a245c90c0fe74e31067ef282c 100644 (file)
@@ -25,6 +25,7 @@
 #include <Standard_Integer.hxx>
 #include <Standard_Handle.hxx>
 #include <Standard_OStream.hxx>
+#include <Standard_SStream.hxx>
 #include <Standard_Real.hxx>
 
 class Standard_ConstructionError;
index b6cf952c4f33a80d446918e4ec41e2b4c8739010..a0fa59e6b82006078e5c62d06e74ba71529feb93 100644 (file)
@@ -24,6 +24,7 @@
 #include <Standard_Boolean.hxx>
 
 #include <Standard_OStream.hxx>
+#include <Standard_SStream.hxx>
 
 class Standard_ConstructionError;
 class Standard_OutOfRange;