diff options
author | Jean-Baptiste Boric <jblbeurope@gmail.com> | 2021-04-25 21:10:55 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-04-27 23:06:16 +0200 |
commit | 7d84f09e7e1943813242c7d8ee0e60b46697ec60 (patch) | |
tree | c9d02f7a4ba35557cd110019b15881040e2d07cd /Userland/Libraries/LibWeb/SVG/SVGPathElement.cpp | |
parent | 9aa44fa36c1aab95168ec2b982ac394ef13acfa3 (diff) | |
download | serenity-7d84f09e7e1943813242c7d8ee0e60b46697ec60.zip |
Userland: Move non-standard math constants from math.h
Diffstat (limited to 'Userland/Libraries/LibWeb/SVG/SVGPathElement.cpp')
-rw-r--r-- | Userland/Libraries/LibWeb/SVG/SVGPathElement.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWeb/SVG/SVGPathElement.cpp b/Userland/Libraries/LibWeb/SVG/SVGPathElement.cpp index 9cd4b1a30a..b758bc867e 100644 --- a/Userland/Libraries/LibWeb/SVG/SVGPathElement.cpp +++ b/Userland/Libraries/LibWeb/SVG/SVGPathElement.cpp @@ -5,6 +5,7 @@ */ #include <AK/Debug.h> +#include <AK/ExtraMathConstants.h> #include <AK/StringBuilder.h> #include <LibGfx/Painter.h> #include <LibGfx/Path.h> |