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
Branches
Tags
No related merge requests found
......@@ -25,7 +25,6 @@
#include "linden_common.h"
#include <apr_file_io.h>
#include <boost/lexical_cast.hpp>
#include "llapr.h"
#include "llprocesslauncher.h"
#include "llupdateinstaller.h"
......@@ -35,6 +34,7 @@
#if defined(LL_WINDOWS)
#pragma warning(disable: 4702) // disable 'unreachable code' so we can use lexical_cast (really!).
#endif
#include <boost/lexical_cast.hpp>
namespace {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment