summaryrefslogtreecommitdiff
path: root/indra/llcommon/llsdjson.cpp
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2025-06-24 17:25:25 +0800
committerErik Kundiman <erik@megapahit.org>2025-06-24 17:25:25 +0800
commita20bf9a72365142e6a534180c375221c100d7c54 (patch)
treed61346da0fe492a2a82f0673d49ad298eb990b3a /indra/llcommon/llsdjson.cpp
parentd1353441f91d5776e1f4e72666f7c9de96eecca5 (diff)
parent09615bb5160d6ab67f027409ec6be25336842ab7 (diff)
Merge branch 'main' into gltf_mesh_import
Diffstat (limited to 'indra/llcommon/llsdjson.cpp')
-rw-r--r--indra/llcommon/llsdjson.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llcommon/llsdjson.cpp b/indra/llcommon/llsdjson.cpp
index 655869a704..a4b45ed80d 100644
--- a/indra/llcommon/llsdjson.cpp
+++ b/indra/llcommon/llsdjson.cpp
@@ -35,7 +35,11 @@
#include "llerror.h"
#include "../llmath/llmath.h"
+#if LL_WINDOWS
+#include <boost/json.hpp>
+#else
#include <boost/json/src.hpp>
+#endif
//=========================================================================
LLSD LlsdFromJson(const boost::json::value& val)