From 6f63c04f8073135bcbe9d7d1ce63978487405c35 Mon Sep 17 00:00:00 2001 From: nri Date: Mon, 3 May 2004 12:59:00 +0000 Subject: [PATCH] NRI : Merge from Event_Server. Add missing include. --- src/GEOMBase/GEOMBase_Skeleton.h | 1 + src/GEOMToolsGUI/GEOMToolsGUI.cxx | 1 + 2 files changed, 2 insertions(+) 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" -- 2.39.2