From 5261073b7ff64cfe39d9fd864e6f78dc9ac60a2f Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Sat, 2 Mar 2024 09:49:02 +0800 Subject: No NanoSVG encapsulating directory only on FreeBSD --- indra/llrender/llfontfreetypesvg.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/indra/llrender/llfontfreetypesvg.cpp b/indra/llrender/llfontfreetypesvg.cpp index 95cb9eca16..6e2e755a18 100644 --- a/indra/llrender/llfontfreetypesvg.cpp +++ b/indra/llrender/llfontfreetypesvg.cpp @@ -34,9 +34,17 @@ #endif #define NANOSVG_IMPLEMENTATION +#if LL_FREEBSD #include +#else +#include +#endif #define NANOSVGRAST_IMPLEMENTATION +#if LL_FREEBSD #include +#else +#include +#endif #if LL_WINDOWS #pragma warning (pop) -- cgit v1.2.3