Skip to content
Snippets Groups Projects
Commit d8e84f85 authored by Leslie Linden's avatar Leslie Linden
Browse files

Fixing precompiled headers with outbox coroutine usage.

Reviewed by Leyla.
parent 1aed9849
No related branches found
No related tags found
No related merge requests found
...@@ -24,8 +24,7 @@ ...@@ -24,8 +24,7 @@
* $/LicenseInfo$ * $/LicenseInfo$
*/ */
#include <boost/coroutine/coroutine.hpp> #include "llviewerprecompiledheaders.h"
#include <boost/coroutine/future.hpp>
#include "llpanelmarketplaceoutbox.h" #include "llpanelmarketplaceoutbox.h"
......
...@@ -33,6 +33,8 @@ ...@@ -33,6 +33,8 @@
// in viewer. // in viewer.
// It is used to precompile headers for improved build speed. // It is used to precompile headers for improved build speed.
#include <boost/coroutine/coroutine.hpp>
#include "linden_common.h" #include "linden_common.h"
// Work around stupid Microsoft STL warning // Work around stupid Microsoft STL warning
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment