Fix compile error on gcc.

This commit is contained in:
Jeff Young 2020-04-26 15:08:11 +01:00
parent f7e518dbc6
commit c955f45728
1 changed files with 1 additions and 1 deletions

View File

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