From 560a70cc01216f33813bb25f1dc5b7ab76c4f83a Mon Sep 17 00:00:00 2001 From: mpv Date: Wed, 8 Jun 2005 05:12:31 +0000 Subject: [PATCH] Porting to Mandrake 10.1 and new products: new qt 3.3.3 ("include " now must be in sources) --- src/SUPERVGUI/SUPERVGUI_CanvasControlNode.cxx | 1 + src/SUPERVGUI/SUPERVGUI_Main.cxx | 1 + src/SUPERVGUI/SUPERVGUI_Service.cxx | 1 + 3 files changed, 3 insertions(+) diff --git a/src/SUPERVGUI/SUPERVGUI_CanvasControlNode.cxx b/src/SUPERVGUI/SUPERVGUI_CanvasControlNode.cxx index 7f8bb38..538aa95 100644 --- a/src/SUPERVGUI/SUPERVGUI_CanvasControlNode.cxx +++ b/src/SUPERVGUI/SUPERVGUI_CanvasControlNode.cxx @@ -19,6 +19,7 @@ using namespace std; #include "QAD_Application.h" #include +#include //===================================================================== // Compute node diff --git a/src/SUPERVGUI/SUPERVGUI_Main.cxx b/src/SUPERVGUI/SUPERVGUI_Main.cxx index 252609e..0f8e787 100644 --- a/src/SUPERVGUI/SUPERVGUI_Main.cxx +++ b/src/SUPERVGUI/SUPERVGUI_Main.cxx @@ -57,6 +57,7 @@ using namespace std; #include #include #include +#include SUPERVGUI_Main::SUPERVGUI_Main(SUPERVGraph_ViewFrame* theParent, QAD_Desktop* theDesktop, SUPERV_Graph theDataFlow ) diff --git a/src/SUPERVGUI/SUPERVGUI_Service.cxx b/src/SUPERVGUI/SUPERVGUI_Service.cxx index 953784f..b798d25 100644 --- a/src/SUPERVGUI/SUPERVGUI_Service.cxx +++ b/src/SUPERVGUI/SUPERVGUI_Service.cxx @@ -39,6 +39,7 @@ using namespace std; #include #include #include +#include static const char * ComponentIcon[] = { "20 20 2 1", -- 2.39.2