Fix broken build on Linux with gcc.

This commit is contained in:
Wayne Stambaugh 2020-10-22 08:36:28 -04:00
parent ed03ca7ad0
commit 8185a416b9
3 changed files with 6 additions and 6 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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 )
{ {