diff options
Diffstat (limited to 'indra/llcommon/lltimer.h')
-rw-r--r-- | indra/llcommon/lltimer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/lltimer.h b/indra/llcommon/lltimer.h index 4ffb9c8eec..647f042828 100644 --- a/indra/llcommon/lltimer.h +++ b/indra/llcommon/lltimer.h @@ -36,6 +36,8 @@ #include <sys/time.h> #endif +#include "stdtypes.h" + // units conversions #ifndef USEC_PER_SEC const U32 USEC_PER_SEC = 1000000; |