diff options
| -rwxr-xr-x | indra/llui/llview.h | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/indra/llui/llview.h b/indra/llui/llview.h index 7861c8f729..7025e81895 100755 --- a/indra/llui/llview.h +++ b/indra/llui/llview.h @@ -44,7 +44,16 @@  #include "llviewquery.h"  #include "lluistring.h"  #include "llcursortypes.h" + +#if LL_DARWIN +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdelete-incomplete" +#include "lluictrlfactory.h" +#pragma clang diagnostic pop +#elif  #include "lluictrlfactory.h" +#endif +  #include "lltreeiterators.h"  #include "llfocusmgr.h" | 
