diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2011-08-30 11:30:51 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2011-08-30 11:30:51 -0400 |
commit | 12dbf4c7b4a7bf64acaa7207c8bceffb64f021b3 (patch) | |
tree | 29add8292fc226c8afa092fc794c59a7e5a65d65 /indra/newview | |
parent | 6e8ba7e1179c0ac8c3a085e010992ea91fb15114 (diff) |
CHOP-763: Add Windows magic precompiled header #include.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llwindowlistener.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llwindowlistener.cpp b/indra/newview/llwindowlistener.cpp index 84126b7738..8d794e5380 100644 --- a/indra/newview/llwindowlistener.cpp +++ b/indra/newview/llwindowlistener.cpp @@ -24,6 +24,7 @@ * $/LicenseInfo$ */ +#include "llviewerprecompiledheaders.h" #include "linden_common.h" #include "llwindowlistener.h" |