diff options
-rw-r--r-- | indra/cmake/Boost.cmake | 1 | ||||
-rw-r--r-- | indra/llcommon/llsdjson.cpp | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/indra/cmake/Boost.cmake b/indra/cmake/Boost.cmake index 9ea1f6c9a6..764019408b 100644 --- a/indra/cmake/Boost.cmake +++ b/indra/cmake/Boost.cmake @@ -20,6 +20,7 @@ target_link_libraries( ll::boost INTERFACE boost_context${sfx} boost_fiber${sfx} boost_filesystem${sfx} + boost_json${sfx} boost_program_options${sfx} boost_regex${sfx} boost_system${sfx} diff --git a/indra/llcommon/llsdjson.cpp b/indra/llcommon/llsdjson.cpp index 655869a704..a3f80b7c2e 100644 --- a/indra/llcommon/llsdjson.cpp +++ b/indra/llcommon/llsdjson.cpp @@ -35,7 +35,7 @@ #include "llerror.h" #include "../llmath/llmath.h" -#include <boost/json/src.hpp> +#include <boost/json.hpp> //========================================================================= LLSD LlsdFromJson(const boost::json::value& val) |