Fix broken build on Linux with gcc.
This commit is contained in:
parent
ed03ca7ad0
commit
8185a416b9
|
@ -27,7 +27,7 @@
|
||||||
#define __SHAPE_ARC_H
|
#define __SHAPE_ARC_H
|
||||||
|
|
||||||
#include <geometry/shape.h>
|
#include <geometry/shape.h>
|
||||||
#include <include/convert_to_biu.h>
|
#include <convert_to_biu.h>
|
||||||
#include <math/vector2d.h> // for VECTOR2I
|
#include <math/vector2d.h> // for VECTOR2I
|
||||||
|
|
||||||
class SHAPE_LINE_CHAIN;
|
class SHAPE_LINE_CHAIN;
|
||||||
|
|
|
@ -50,10 +50,10 @@
|
||||||
#include <math/util.h> // for KiROUND, rescale
|
#include <math/util.h> // for KiROUND, rescale
|
||||||
#include <math/vector2d.h> // for VECTOR2I, VECTOR2D, VECTOR2
|
#include <math/vector2d.h> // for VECTOR2I, VECTOR2D, VECTOR2
|
||||||
#include <md5_hash.h>
|
#include <md5_hash.h>
|
||||||
#include <libs/kimath/include/geometry/shape_segment.h>
|
#include <geometry/shape_segment.h>
|
||||||
#include <libs/kimath/include/geometry/shape_circle.h>
|
#include <geometry/shape_circle.h>
|
||||||
#include <libs/kimath/include/geometry/shape_simple.h>
|
#include <geometry/shape_simple.h>
|
||||||
#include <libs/kimath/include/geometry/shape_compound.h>
|
#include <geometry/shape_compound.h>
|
||||||
|
|
||||||
using namespace ClipperLib;
|
using namespace ClipperLib;
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
#include <connectivity/from_to_cache.h>
|
#include <connectivity/from_to_cache.h>
|
||||||
|
|
||||||
#include <drc/drc_engine.h>
|
#include <drc/drc_engine.h>
|
||||||
#include <libs/kimath/include/geometry/shape_circle.h>
|
#include <geometry/shape_circle.h>
|
||||||
|
|
||||||
bool exprFromTo( LIBEVAL::CONTEXT* aCtx, void* self )
|
bool exprFromTo( LIBEVAL::CONTEXT* aCtx, void* self )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue