From: nri Date: Mon, 3 May 2004 12:59:00 +0000 (+0000) Subject: NRI : Merge from Event_Server. Add missing include. X-Git-Tag: Ecole_Ete_a2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6f63c04f8073135bcbe9d7d1ce63978487405c35;p=modules%2Fgeom.git NRI : Merge from Event_Server. Add missing include. --- diff --git a/src/GEOMBase/GEOMBase_Skeleton.h b/src/GEOMBase/GEOMBase_Skeleton.h index 0ec58c125..cfeb6ea45 100644 --- a/src/GEOMBase/GEOMBase_Skeleton.h +++ b/src/GEOMBase/GEOMBase_Skeleton.h @@ -39,6 +39,7 @@ #include #include #include +#include class GEOMBase_Skeleton : public DlgRef_Skeleton_QTD { diff --git a/src/GEOMToolsGUI/GEOMToolsGUI.cxx b/src/GEOMToolsGUI/GEOMToolsGUI.cxx index 591c97c3c..78944ec91 100644 --- a/src/GEOMToolsGUI/GEOMToolsGUI.cxx +++ b/src/GEOMToolsGUI/GEOMToolsGUI.cxx @@ -34,6 +34,7 @@ using namespace std; #include "QAD_Tools.h" #include "QAD_MessageBox.h" #include "QAD_RightFrame.h" +#include "QAD_PyEditor.h" #include "OCCViewer_Viewer3d.h" #include "VTKViewer_ViewFrame.h"