Fix for windows build. Reviewed by Nyx.

master
Dave Parks 2010-12-20 15:09:15 -06:00
parent fa17e848a6
commit e9d21ba941
2 changed files with 4 additions and 0 deletions

View File

@ -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)
{

View File

@ -29,7 +29,9 @@
#include "llmath.h"
#include <set>
#if !LL_WINDOWS
#include <stdint.h>
#endif
#include "llerror.h"
#include "llmemtype.h"