summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerov <none@none>2012-06-22 19:28:11 +0100
committermerov <none@none>2012-06-22 19:28:11 +0100
commit75804ef2b918906108af4a3b9ceb6cbfc1354393 (patch)
treef3c7de5a688cb67576ded4ef2629c23aa33e961e
parentafc6a7e6baeb9b568feb31cfd8eb978bb485c0c6 (diff)
CHUI-136 : Fix compilation issue showing up when warning treated as errors
-rw-r--r--indra/newview/llblocklist.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llblocklist.cpp b/indra/newview/llblocklist.cpp
index 521add4bdc..cb68f677eb 100644
--- a/indra/newview/llblocklist.cpp
+++ b/indra/newview/llblocklist.cpp
@@ -24,8 +24,11 @@
* $/LicenseInfo$
*/
-#include "llavataractions.h"
+#include "llviewerprecompiledheaders.h"
+
#include "llblocklist.h"
+
+#include "llavataractions.h"
#include "llblockedlistitem.h"
#include "llfloatersidepanelcontainer.h"
#include "llviewermenu.h"