From 784e9c051ed7bdfd9398b36e47d8012a628864d8 Mon Sep 17 00:00:00 2001 From: Jonas Mucke Date: Thu, 16 Jan 2020 18:54:55 +0100 Subject: [PATCH] cmath --- src/Tool/IntelliToolPolygon.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Tool/IntelliToolPolygon.cpp b/src/Tool/IntelliToolPolygon.cpp index d457395..c866424 100644 --- a/src/Tool/IntelliToolPolygon.cpp +++ b/src/Tool/IntelliToolPolygon.cpp @@ -3,6 +3,7 @@ #include #include #include +#include IntelliToolPolygon::IntelliToolPolygon(PaintingArea* Area, IntelliColorPicker* colorPicker, IntelliToolsettings* Toolsettings, bool isSettingPolygon) : IntelliTool(Area, colorPicker, Toolsettings){