summaryrefslogtreecommitdiff
path: root/src/nanosvg.cxx
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-03-23 17:00:03 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-03-23 17:00:03 +0100
commitf3640a7312413ef8afc2db1060137a04eea2a016 (patch)
treec40b9d33d2e85b079fccb7c138e82f6ca7e8c74d /src/nanosvg.cxx
parent1c910720bf707e7006e8e89913681fb3ece05ee7 (diff)
Add necessary #include <config.h> directives
Diffstat (limited to 'src/nanosvg.cxx')
-rw-r--r--src/nanosvg.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nanosvg.cxx b/src/nanosvg.cxx
index abb98310b..2a4f0e987 100644
--- a/src/nanosvg.cxx
+++ b/src/nanosvg.cxx
@@ -34,6 +34,7 @@
// Once this is available we can remove this comment block and
// the following 3-line "fix":
+#include <config.h>
#include <math.h> // must be before #define below !
static float nsvg__roundf(float x); // prototype (see nanosvgrast.h)
#define roundf nsvg__roundf // redefinition (#937)