diff options
author | Leslie Linden <leslie@lindenlab.com> | 2012-01-17 15:04:47 -0800 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2012-01-17 15:04:47 -0800 |
commit | 4b9cca70d7a3db719a9dfcfbf4937cfcb06b3516 (patch) | |
tree | 33cf647c4aa2fcb49e20f322e3dde1991c78baf4 | |
parent | e4b63c96b83a1ed8c18946ecd64c21d6bd7c26fe (diff) |
Fix for precompiled header issue on windows
-rw-r--r-- | indra/newview/llmarketplacenotifications.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llmarketplacenotifications.cpp b/indra/newview/llmarketplacenotifications.cpp index 25faafb8ea..0886f9a990 100644 --- a/indra/newview/llmarketplacenotifications.cpp +++ b/indra/newview/llmarketplacenotifications.cpp @@ -25,7 +25,8 @@ * $/LicenseInfo$ */ -#include "linden_common.h" +// Precompiled header +#include "llviewerprecompiledheaders.h" #include "llmarketplacenotifications.h" #include "llnotificationsutil.h" |