Browse Source

Fix compile error on gcc.

pull/16/head
Jeff Young 6 years ago
parent
commit
c955f45728
  1. 2
      pcbnew/drc/drc_clearance_test_functions.cpp

2
pcbnew/drc/drc_clearance_test_functions.cpp

@ -39,7 +39,7 @@
#include <convert_basic_shapes_to_polygon.h>
#include <board_commit.h>
#include <math/util.h> // for KiROUND
#include <libs/kimath/include/geometry/shape_rect.h>
#include <geometry/shape_rect.h>
#include <macros.h>

Loading…
Cancel
Save