Clang fix from Cron Stardust

Cinders 2013-12-02 22:33:26 -07:00
parent 4315644774
commit c82f2997e4
2 changed files with 2 additions and 2 deletions

View File

@ -48,10 +48,10 @@
#include <boost/shared_ptr.hpp>
#include <boost/assign/list_of.hpp>
// other Linden headers
#include "lltut.h"
#include "catch_and_store_what_in.h"
#include "stringize.h"
#include "tests/listener.h"
#include "lltut.h" // <FS:Cron> this header has to come AFTER listener.h because clang wants operator<< overloads declared BEFORE the template that uses them. </FS:Cron>
using boost::assign::list_of;

View File

@ -26,9 +26,9 @@
*/
#define LLSD_DEBUG_INFO
#include <tut/tut.hpp>
#include "linden_common.h"
#include "lltut.h"
#include <tut/tut.hpp> // <FS:Cron> this header has to come AFTER lltut.h because clang wants operator<< overloads declared BEFORE the template that uses them. </FS:Cron>
#include "llsdtraits.h"
#include "llstring.h"