Fix for windows build. Reviewed by Nyx.
parent
fa17e848a6
commit
e9d21ba941
|
|
@ -35,7 +35,9 @@
|
|||
#error SSE2 not enabled. LLVector4a and related class will not compile.
|
||||
#endif
|
||||
|
||||
#if !LL_WINDOWS
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
template <typename T> T* LL_NEXT_ALIGNED_ADDRESS(T* address)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -29,7 +29,9 @@
|
|||
#include "llmath.h"
|
||||
|
||||
#include <set>
|
||||
#if !LL_WINDOWS
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
#include "llerror.h"
|
||||
#include "llmemtype.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue