From f390ea1004a4563bb79912a1a13d5de70c2e316b Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Mon, 5 Oct 2020 22:18:22 +1100 Subject: 3rdparty/nanosvg: Re-base on latest upstream. Now based on upstream cc6c08d3a80f1a305021af3d6394cdf1535d02a2. Among other things, this version is supposed to be less sensitive to the global locale. --- src/lib/util/nanosvg.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/lib/util/nanosvg.cpp') diff --git a/src/lib/util/nanosvg.cpp b/src/lib/util/nanosvg.cpp index 09973865675..0cb05308d19 100644 --- a/src/lib/util/nanosvg.cpp +++ b/src/lib/util/nanosvg.cpp @@ -1,6 +1,10 @@ +#include +#include +#include + +#define NANOSVG_ALL_COLOR_KEYWORDS #define NANOSVG_IMPLEMENTATION #define NANOSVGRAST_IMPLEMENTATION -#define NANOSVG_ALL_COLOR_KEYWORDS #include #include -- cgit v1.2.3-70-g09d2