summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2012-09-14 12:27:50 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2012-09-14 12:27:50 -0400
commit7b75bd089834a84ab5062c96870edeee6fa22861 (patch)
treeab0fefb33f953970faddc7f38ef95c354fc1c608 /indra/newview
parent8b2cb3766e3ed546994f81518983283e68263b09 (diff)
fix for windows compile error - missing precompiled header
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llinventoryicon.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llinventoryicon.cpp b/indra/newview/llinventoryicon.cpp
index 14efc25fb9..02a2475cfd 100644
--- a/indra/newview/llinventoryicon.cpp
+++ b/indra/newview/llinventoryicon.cpp
@@ -24,6 +24,8 @@
* $/LicenseInfo$
*/
+#include "llviewerprecompiledheaders.h"
+
#include "linden_common.h"
#include "llinventoryicon.h"