From 5e12a9d05745b2fad39c6e2ca99b7c8497ca432c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Liru=20F=C3=A6rs?= Date: Sat, 13 Apr 2019 10:07:34 -0400 Subject: [PATCH] Scream! Thanks for looking into this Router --- indra/llcommon/stdtypes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/indra/llcommon/stdtypes.h b/indra/llcommon/stdtypes.h index 4b7d95bb1..7eef3695e 100644 --- a/indra/llcommon/stdtypes.h +++ b/indra/llcommon/stdtypes.h @@ -108,8 +108,6 @@ typedef U8 LLPCode; #define LL_ARRAY_SIZE( _kArray ) ( sizeof( (_kArray) ) / sizeof( _kArray[0] ) ) -#endif - #if __GNUG__ && __GNUC__ < 5 namespace std { @@ -121,3 +119,5 @@ namespace std }; } #endif + +#endif