diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-09-14 12:27:50 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-09-14 12:27:50 -0400 |
commit | 7b75bd089834a84ab5062c96870edeee6fa22861 (patch) | |
tree | ab0fefb33f953970faddc7f38ef95c354fc1c608 /indra/newview | |
parent | 8b2cb3766e3ed546994f81518983283e68263b09 (diff) |
fix for windows compile error - missing precompiled header
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llinventoryicon.cpp | 2 |
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" |