diff options
author | brad kittenbrink <brad@lindenlab.com> | 2009-09-17 15:51:29 -0400 |
---|---|---|
committer | brad kittenbrink <brad@lindenlab.com> | 2009-09-17 15:51:29 -0400 |
commit | a84b98e31e99b361ea08dddee6183902cefbca59 (patch) | |
tree | 60963075f4b8948f29afa6e3859f83f48637311b /indra/llmath | |
parent | 8e7ba92eb9e0371385e3de9a76cc11355be8a974 (diff) |
Rebuilt windows boost for CRT version DLL hell, upgrading to 1.39 in the process.
Diffstat (limited to 'indra/llmath')
-rw-r--r-- | indra/llmath/llmath.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmath/llmath.h b/indra/llmath/llmath.h index f85c4f39f4..7a5d51ff76 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 |