ich bin stupid; this should actually fix the windows build.

master
Andrew A. de Laix 2010-12-17 12:07:09 -08:00
parent 049815bd52
commit 67a543aa6c
1 changed files with 5 additions and 4 deletions

View File

@ -23,10 +23,6 @@
* $/LicenseInfo$
*/
#if defined(LL_WINDOWS)
#pragma warning(disable: 4702) // disable 'unreachable code' so we can use lexical_cast (really!).
#endif
#include "linden_common.h"
#include <apr_file_io.h>
#include <boost/lexical_cast.hpp>
@ -36,6 +32,11 @@
#include "lldir.h"
#if defined(LL_WINDOWS)
#pragma warning(disable: 4702) // disable 'unreachable code' so we can use lexical_cast (really!).
#endif
namespace {
class RelocateError {};