diff options
author | Eliot Horowitz <eliot@10gen.com> | 2012-01-05 17:26:37 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2012-01-05 17:58:21 -0500 |
commit | 15a2cc40f5bbbea31722908eb88a4f9c671a5174 (patch) | |
tree | e79d0a08132efd21ba134d3beb122cb4fae8d223 /src/mongo/pch.h | |
parent | 432a8396eef6888c740c5a6ad8be3eed3fba34b5 (diff) | |
download | mongo-15a2cc40f5bbbea31722908eb88a4f9c671a5174.tar.gz |
remove boost/program_options.hpp from pch.h
Diffstat (limited to 'src/mongo/pch.h')
-rw-r--r-- | src/mongo/pch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/pch.h b/src/mongo/pch.h index e0ffa1efac8..a3ff202ede0 100644 --- a/src/mongo/pch.h +++ b/src/mongo/pch.h @@ -82,7 +82,7 @@ #include "limits.h" #define BOOST_FILESYSTEM_VERSION 2 -#include <boost/program_options.hpp> +#include <boost/lexical_cast.hpp> #include <boost/shared_ptr.hpp> #include <boost/smart_ptr.hpp> #include <boost/function.hpp> |