diff options
| -rw-r--r-- | indra/llmath/llvolume.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/llmath/llvolume.h b/indra/llmath/llvolume.h index 1ff53590cf..6b599a4126 100644 --- a/indra/llmath/llvolume.h +++ b/indra/llmath/llvolume.h @@ -41,7 +41,6 @@ class LLVolumeFace;  class LLVolume;  class LLVolumeTriangle; -#include "llalignedarray.h"  #include "lldarray.h"  #include "lluuid.h"  #include "v4color.h" @@ -58,6 +57,7 @@ class LLVolumeTriangle;  #include "llrefcount.h"  #include "llpointer.h"  #include "llfile.h" +#include "llalignedarray.h"  //============================================================================ | 
