This is an automated email from the ASF dual-hosted git repository. arielch pushed a commit to branch AOO418 in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit 53a0094d045fbe1d95a4392bad9e92b2d4ea56e0 Author: Don Lewis <[email protected]> AuthorDate: Thu Sep 28 07:12:46 2017 +0000 Fix build with modern boost which has dropped the old tr1 headers. Support for the native <complex> include file has been around on Linux since at least CentOS 5. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1809957 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit f8ac4166ea8d41393182f4ed6cd76ef29151d1c9) --- main/scaddins/source/analysis/analysishelper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/scaddins/source/analysis/analysishelper.hxx b/main/scaddins/source/analysis/analysishelper.hxx index 7b799c6..558417e 100644 --- a/main/scaddins/source/analysis/analysishelper.hxx +++ b/main/scaddins/source/analysis/analysishelper.hxx @@ -35,7 +35,7 @@ #include <math.h> -#include <boost/tr1/complex.hpp> +#include <complex> #ifndef double_complex typedef std::complex<double> double_complex; #endif
