diff options
author | brad kittenbrink <brad@lindenlab.com> | 2009-09-18 16:33:15 -0400 |
---|---|---|
committer | brad kittenbrink <brad@lindenlab.com> | 2009-09-18 16:33:15 -0400 |
commit | 05739cf8ac8cf0217e252842b92f154691858edf (patch) | |
tree | 48f4e9e712bec71dd23d305f3f0337cfa6b41a80 /indra/llmath | |
parent | 3380c7d9a22a528924c1ebd5fac1005ddaec3934 (diff) | |
parent | 128c3dfc74fd02860f199359071b32ea5119033d (diff) |
Merged my recent viewer/viewer-20 + login-api merge with latest login-api including DLL hell library changes.
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 |