From: adam Date: Thu, 26 Feb 2009 15:04:36 +0000 (+0000) Subject: Compatibility cmake X-Git-Tag: V5_1_1a2~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ea89ab6a23bd5042842cc6e2b1abb7b5e6efe998;p=modules%2Fsmesh.git Compatibility cmake --- diff --git a/src/StdMeshers/StdMeshers_QuadToTriaAdaptor.hxx b/src/StdMeshers/StdMeshers_QuadToTriaAdaptor.hxx index af818549f..1e2ed138f 100644 --- a/src/StdMeshers/StdMeshers_QuadToTriaAdaptor.hxx +++ b/src/StdMeshers/StdMeshers_QuadToTriaAdaptor.hxx @@ -27,7 +27,7 @@ #define _SMESH_QuadToTriaAdaptor_HXX_ #include -#include +#include "SMESH_StdMeshers.hxx" #include #include #include diff --git a/src/StdMeshersGUI/StdMeshersGUI_StdHypothesisCreator.cxx b/src/StdMeshersGUI/StdMeshersGUI_StdHypothesisCreator.cxx index 56e31b5a6..2ab70e428 100644 --- a/src/StdMeshersGUI/StdMeshersGUI_StdHypothesisCreator.cxx +++ b/src/StdMeshersGUI/StdMeshersGUI_StdHypothesisCreator.cxx @@ -31,8 +31,8 @@ #include #include #include -#include -#include +#include "StdMeshersGUI_ObjectReferenceParamWdg.h" +#include "StdMeshersGUI_LayerDistributionParamWdg.h" #include // SALOME GUI includes