diff -r 03f8e6d42e13 -r 2f79053c2e9a src/tools/drawtool.cpp --- a/src/tools/drawtool.cpp Fri Mar 04 11:37:50 2022 +0200 +++ b/src/tools/drawtool.cpp Fri Mar 04 11:40:19 2022 +0200 @@ -4,7 +4,7 @@ #include "linetypes/triangle.h" #include "linetypes/quadrilateral.h" #include "drawtool.h" -#include "modeleditcontext.h" +#include "modeleditor.h" static const QBrush pointBrush = {Qt::white}; static const QPen polygonPen = {QBrush{Qt::black}, 2.0, Qt::DashLine};