From d2f987841bc179aee9511cbbbd03bbbdfca338fb Mon Sep 17 00:00:00 2001 From: nds Date: Thu, 13 Feb 2020 06:27:17 +0300 Subject: [PATCH] 0031326: Foundation Classes - Init from Json for base OCCT classes # compilation error --- src/gp/gp_Trsf.hxx | 1 + src/gp/gp_XYZ.hxx | 1 + 2 files changed, 2 insertions(+) diff --git a/src/gp/gp_Trsf.hxx b/src/gp/gp_Trsf.hxx index 8aed827935..5e67718cac 100644 --- a/src/gp/gp_Trsf.hxx +++ b/src/gp/gp_Trsf.hxx @@ -25,6 +25,7 @@ #include #include #include +#include #include class Standard_ConstructionError; diff --git a/src/gp/gp_XYZ.hxx b/src/gp/gp_XYZ.hxx index b6cf952c4f..a0fa59e6b8 100644 --- a/src/gp/gp_XYZ.hxx +++ b/src/gp/gp_XYZ.hxx @@ -24,6 +24,7 @@ #include #include +#include class Standard_ConstructionError; class Standard_OutOfRange; -- 2.39.5