From d8e84f85c9377a9bfd628d61ee1a661c31f3db84 Mon Sep 17 00:00:00 2001
From: Leslie Linden <none@none>
Date: Tue, 7 Jun 2011 14:53:05 -0700
Subject: [PATCH] Fixing precompiled headers with outbox coroutine usage.

Reviewed by Leyla.
---
 indra/newview/llpanelmarketplaceoutbox.cpp | 3 +--
 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 822286783f7..96695becf0e 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 45c9b3e91f2..252183b6d71 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
-- 
GitLab