Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 219424
Collapse All | Expand All

(-)qcad-2.0.4.0-1.src.orig/dxflib/src/dl_writer_ascii.cpp (+1 lines)
Lines 28-37 Link Here
28
#if _MSC_VER > 1000
28
#if _MSC_VER > 1000
29
#pragma once
29
#pragma once
30
#endif // _MSC_VER > 1000
30
#endif // _MSC_VER > 1000
31
31
32
#include <stdio.h>
32
#include <stdio.h>
33
#include <cstring>
33
34
34
#include "dl_writer_ascii.h"
35
#include "dl_writer_ascii.h"
35
#include "dl_exception.h"
36
#include "dl_exception.h"
36
37
37
38
(-)qcad-2.0.4.0-1.src.orig/dxflib/src/dl_writer.h (+1 lines)
Lines 32-41 Link Here
32
#pragma once
32
#pragma once
33
#endif // _MSC_VER > 1000
33
#endif // _MSC_VER > 1000
34
34
35
35
36
#include <iostream>
36
#include <iostream>
37
#include <cstring>
37
38
38
#include "dl_attributes.h"
39
#include "dl_attributes.h"
39
40
40
41
41
42
(-)qcad-2.0.4.0-1.src.orig/qcadactions/src/rs_actionzoompan.cpp (+1 lines)
Lines 26-35 Link Here
26
26
27
#include "rs_actionzoompan.h"
27
#include "rs_actionzoompan.h"
28
#include "rs_snapper.h"
28
#include "rs_snapper.h"
29
#include "rs_point.h"
29
#include "rs_point.h"
30
30
31
#include <cstdlib>
31
32
32
RS_ActionZoomPan::RS_ActionZoomPan(RS_EntityContainer& container,
33
RS_ActionZoomPan::RS_ActionZoomPan(RS_EntityContainer& container,
33
                                   RS_GraphicView& graphicView)
34
                                   RS_GraphicView& graphicView)
34
        :RS_ActionInterface("Zoom Pan", container, graphicView) {}
35
        :RS_ActionInterface("Zoom Pan", container, graphicView) {}
35
36
(-)qcad-2.0.4.0-1.src.orig/qcadlib/src/information/rs_information.h (-1 / +1 lines)
Lines 29-39 Link Here
29
29
30
#include "rs_entitycontainer.h"
30
#include "rs_entitycontainer.h"
31
#include "rs_line.h"
31
#include "rs_line.h"
32
#include "rs_arc.h"
32
#include "rs_arc.h"
33
33
34
34
#include <cstdlib>
35
35
36
/**
36
/**
37
 * Class for getting information about entities. This includes
37
 * Class for getting information about entities. This includes
38
 * also things like the end point of an element which is 
38
 * also things like the end point of an element which is 
39
 * nearest to a given coordinate.
39
 * nearest to a given coordinate.

Return to bug 219424