diff options
Diffstat (limited to 'indra/newview/llfloaterabout.cpp')
-rw-r--r-- | indra/newview/llfloaterabout.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloaterabout.cpp b/indra/newview/llfloaterabout.cpp index 9c8c0162c6..5ced5eafb7 100644 --- a/indra/newview/llfloaterabout.cpp +++ b/indra/newview/llfloaterabout.cpp @@ -26,7 +26,10 @@ #include "llvieweruictrlfactory.h" #include "viewer.h" // for gViewerDigest +#if LL_LIBXUL_ENABLED #include "llmozlib.h" +#endif // LL_LIBXUL_ENABLED + #include "llglheaders.h" extern LLCPUInfo gSysCPU; |