diff options
author | Richard Linden <none@none> | 2012-11-15 19:46:09 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2012-11-15 19:46:09 -0800 |
commit | c136b432140f892a56d4996d5ed77e903ff0b32d (patch) | |
tree | e1af9a407b0af582349396d8cb51e2e794260d43 /indra/llmessage/lliosocket.h | |
parent | 9d77e030d9a0d23cebce616631677459eec1612c (diff) |
SH-3406 WIP convert fast timers to lltrace system
eliminated min and max macros from windows.h
got rest of viewer to compile against llfasttimer changes
Diffstat (limited to 'indra/llmessage/lliosocket.h')
-rw-r--r-- | indra/llmessage/lliosocket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/lliosocket.h b/indra/llmessage/lliosocket.h index 4e07963af8..ec998552d0 100644 --- a/indra/llmessage/lliosocket.h +++ b/indra/llmessage/lliosocket.h @@ -38,8 +38,8 @@ */ #include "lliopipe.h" -#include "apr_pools.h" #include "llwin32headerslean.h" +#include "apr_pools.h" #include "apr_network_io.h" #include "llchainio.h" |