From 3f612152a34b7b395f5924b9af0c315fb0baeb09 Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Sat, 9 Apr 2022 21:19:52 -0400 Subject: [PATCH] Fix boost deprecation warning --- indra/llmath/llcalcparser.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/indra/llmath/llcalcparser.h b/indra/llmath/llcalcparser.h index 608010508ce..4b615263d5e 100644 --- a/indra/llmath/llcalcparser.h +++ b/indra/llmath/llcalcparser.h @@ -34,8 +34,7 @@ // Add this in if we want boost math constants. #include <boost/bind.hpp> -//#include <boost/math/constants/constants.hpp> -#include <boost/spirit/include/phoenix.hpp> +#include <boost/phoenix.hpp> #include <boost/spirit/include/qi.hpp> namespace expression { -- GitLab