diff options
| author | Graham Madarasz <graham@lindenlab.com> | 2013-03-11 13:12:03 -0700 | 
|---|---|---|
| committer | Graham Madarasz <graham@lindenlab.com> | 2013-03-11 13:12:03 -0700 | 
| commit | 356d10e6a6cfea279228f371aed88aba73ed70dd (patch) | |
| tree | 3f96e3b059adf1c9b2cff0341863e7c9ec7a3422 /indra | |
| parent | 4658280ddf979b877e5cf64f091156f89b89f9f7 (diff) | |
Work around 'interesting' forced include order in vmath stuff on Windows
Diffstat (limited to 'indra')
| -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"  //============================================================================ | 
