diff options
author | merov <none@none> | 2012-06-22 19:28:11 +0100 |
---|---|---|
committer | merov <none@none> | 2012-06-22 19:28:11 +0100 |
commit | 75804ef2b918906108af4a3b9ceb6cbfc1354393 (patch) | |
tree | f3c7de5a688cb67576ded4ef2629c23aa33e961e | |
parent | afc6a7e6baeb9b568feb31cfd8eb978bb485c0c6 (diff) |
CHUI-136 : Fix compilation issue showing up when warning treated as errors
-rw-r--r-- | indra/newview/llblocklist.cpp | 5 |
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" |