Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 155974 | Differences between
and this patch

Collapse All | Expand All

(-)src4.1.4.old/GUI_SRC_4.1.4/src/QxGraph/QxGraph_CanvasView.cxx (+1 lines)
Lines 29-34 Link Here
29
29
30
#include <qwmatrix.h>
30
#include <qwmatrix.h>
31
#include <math.h>
31
#include <math.h>
32
#include <cstdlib>
32
33
33
const char* imageZoomCursor[] = { 
34
const char* imageZoomCursor[] = { 
34
"32 32 3 1",
35
"32 32 3 1",
(-)src4.1.4.old/GUI_SRC_4.1.4/src/ResExporter/ResourceExporter.cxx (+1 lines)
Lines 50-55 Link Here
50
#include <qstringlist.h>
50
#include <qstringlist.h>
51
#include <qapplication.h>
51
#include <qapplication.h>
52
#include <iostream>
52
#include <iostream>
53
#include <cstdlib>
53
54
54
/*!
55
/*!
55
  \return the SALOME version number
56
  \return the SALOME version number
(-)src4.1.4.old/GUI_SRC_4.1.4/src/Session/SALOME_Session_Server.cxx (-1 lines)
Lines 39-45 Link Here
39
#include <iostream>
39
#include <iostream>
40
#ifndef WNT
40
#ifndef WNT
41
#include <unistd.h>
41
#include <unistd.h>
42
#include <iostream.h>
43
#include <string.h>
42
#include <string.h>
44
#endif
43
#endif
45
44
(-)src4.1.4.old/GUI_SRC_4.1.4/src/SUIT/SUIT_ResourceMgr.cxx (+1 lines)
Lines 25-30 Link Here
25
#include <qdir.h>
25
#include <qdir.h>
26
#include <qapplication.h>
26
#include <qapplication.h>
27
#include <qregexp.h>
27
#include <qregexp.h>
28
#include <cstdlib>
28
29
29
/*!
30
/*!
30
    Constructor
31
    Constructor
(-)src4.1.4.old/GUI_SRC_4.1.4/src/VTKViewer/VTKViewer_ConvexTool.cxx (+1 lines)
Lines 27-32 Link Here
27
#ifdef WNT
27
#ifdef WNT
28
#include <algorithm>
28
#include <algorithm>
29
#endif
29
#endif
30
#include <algorithm> // with gcc-4.3 we need it no matter what
30
31
31
#include <vtkUnstructuredGrid.h>
32
#include <vtkUnstructuredGrid.h>
32
#include <vtkGeometryFilter.h>
33
#include <vtkGeometryFilter.h>

Return to bug 155974