diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-06-04 09:10:00 +0100 | 
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-06-04 09:10:00 +0100 | 
| commit | 6ca40c7afbd794b161904b63b88a95273ae80c9c (patch) | |
| tree | df85db7239ac8988fcb27b2b49f1cadc15b6ee24 /indra/llmath | |
| parent | 9878c0240450ad3d580d0518762ae0db96c25eff (diff) | |
more needed #includes
Diffstat (limited to 'indra/llmath')
| -rw-r--r-- | indra/llmath/llvolume.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/llmath/llvolume.cpp b/indra/llmath/llvolume.cpp index a8684759f3..ce7e20e9b4 100644 --- a/indra/llmath/llvolume.cpp +++ b/indra/llmath/llvolume.cpp @@ -31,6 +31,7 @@   */  #include "linden_common.h" +#include "llmemory.h"  #include "llmath.h"  #include <set> | 
