diff options
-rw-r--r-- | indra/newview/llpanelmarketplaceoutbox.cpp | 3 | ||||
-rw-r--r-- | indra/newview/llviewerprecompiledheaders.h | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llpanelmarketplaceoutbox.cpp b/indra/newview/llpanelmarketplaceoutbox.cpp index 822286783f..96695becf0 100644 --- a/indra/newview/llpanelmarketplaceoutbox.cpp +++ b/indra/newview/llpanelmarketplaceoutbox.cpp @@ -24,8 +24,7 @@ * $/LicenseInfo$ */ -#include <boost/coroutine/coroutine.hpp> -#include <boost/coroutine/future.hpp> +#include "llviewerprecompiledheaders.h" #include "llpanelmarketplaceoutbox.h" diff --git a/indra/newview/llviewerprecompiledheaders.h b/indra/newview/llviewerprecompiledheaders.h index 45c9b3e91f..252183b6d7 100644 --- a/indra/newview/llviewerprecompiledheaders.h +++ b/indra/newview/llviewerprecompiledheaders.h @@ -33,6 +33,8 @@ // in viewer. // It is used to precompile headers for improved build speed. +#include <boost/coroutine/coroutine.hpp> + #include "linden_common.h" // Work around stupid Microsoft STL warning |