Skip to content
Snippets Groups Projects
Commit 2c68cb2c authored by Andrew A. de Laix's avatar Andrew A. de Laix
Browse files

fix windows build?

parent f95effda
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
#include "linden_common.h" #include "linden_common.h"
#include <apr_file_io.h> #include <apr_file_io.h>
#include <boost/lexical_cast.hpp>
#include "llapr.h" #include "llapr.h"
#include "llprocesslauncher.h" #include "llprocesslauncher.h"
#include "llupdateinstaller.h" #include "llupdateinstaller.h"
...@@ -35,6 +34,7 @@ ...@@ -35,6 +34,7 @@
#if defined(LL_WINDOWS) #if defined(LL_WINDOWS)
#pragma warning(disable: 4702) // disable 'unreachable code' so we can use lexical_cast (really!). #pragma warning(disable: 4702) // disable 'unreachable code' so we can use lexical_cast (really!).
#endif #endif
#include <boost/lexical_cast.hpp>
namespace { namespace {
......
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