From 4b9cca70d7a3db719a9dfcfbf4937cfcb06b3516 Mon Sep 17 00:00:00 2001 From: Leslie Linden Date: Tue, 17 Jan 2012 15:04:47 -0800 Subject: Fix for precompiled header issue on windows --- indra/newview/llmarketplacenotifications.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'indra/newview') 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" -- cgit v1.2.3