diff --git a/indra/cmake/Boost.cmake b/indra/cmake/Boost.cmake index 0578ae95ffa7edc027d74c6ef0bab0ba48b0ee3d..efe9ad74d3fe5b11ecf5e3634bd916fbb946a660 100644 --- a/indra/cmake/Boost.cmake +++ b/indra/cmake/Boost.cmake @@ -15,7 +15,7 @@ else (STANDALONE) set(Boost_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include) if (WINDOWS) - set(BOOST_VERSION 1_34_1) + set(BOOST_VERSION 1_39) if (MSVC71) set(BOOST_PROGRAM_OPTIONS_LIBRARY optimized libboost_program_options-vc71-mt-s-${BOOST_VERSION} diff --git a/indra/llmath/llmath.h b/indra/llmath/llmath.h index f85c4f39f412d625fa5358635a4b6cf259192d30..7a5d51ff768609bf384029c81ea69a94424f8aeb 100644 --- a/indra/llmath/llmath.h +++ b/indra/llmath/llmath.h @@ -35,6 +35,7 @@ #include <cmath> #include <cstdlib> +#include <complex> #include "lldefs.h" //#include "llstl.h" // *TODO: Remove when LLString is gone //#include "llstring.h" // *TODO: Remove when LLString is gone diff --git a/install.xml b/install.xml index 1e585b1bd5dbfc0f9c8e25e3f9c4de700343ab2b..e51835de3a783810a8523c6db1f6ac41ba76c1c2 100644 --- a/install.xml +++ b/install.xml @@ -228,9 +228,9 @@ <key>windows</key> <map> <key>md5sum</key> - <string>76a436d78f34286a7d13faca5f522f6b</string> + <string>4f05166629caa4c132a7448eefb8d592</string> <key>url</key> - <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/boost-1.34.1-windows-20090803.tar.bz2</uri> + <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/boost-1.39.0-windows-20090917.tar.bz2</uri> </map> </map> </map>