diff options
| author | Andrew A. de Laix <alain@lindenlab.com> | 2010-12-20 10:38:36 -0800 | 
|---|---|---|
| committer | Andrew A. de Laix <alain@lindenlab.com> | 2010-12-20 10:38:36 -0800 | 
| commit | 2c68cb2c69348522ebb648aa4abd2ca7e4038b80 (patch) | |
| tree | bac23097e693e5519c8fb05b4c7a352785151999 /indra/viewer_components | |
| parent | f95effdacf8ef4400ad49059f00570f0bc8403aa (diff) | |
fix windows build?
Diffstat (limited to 'indra/viewer_components')
| -rw-r--r-- | indra/viewer_components/updater/llupdateinstaller.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/viewer_components/updater/llupdateinstaller.cpp b/indra/viewer_components/updater/llupdateinstaller.cpp index d3347d330a..d450c068ad 100644 --- a/indra/viewer_components/updater/llupdateinstaller.cpp +++ b/indra/viewer_components/updater/llupdateinstaller.cpp @@ -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 { | 
