summaryrefslogtreecommitdiff
path: root/src/mongo/pch.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2012-01-05 17:26:37 -0500
committerEliot Horowitz <eliot@10gen.com>2012-01-05 17:58:21 -0500
commit15a2cc40f5bbbea31722908eb88a4f9c671a5174 (patch)
treee79d0a08132efd21ba134d3beb122cb4fae8d223 /src/mongo/pch.h
parent432a8396eef6888c740c5a6ad8be3eed3fba34b5 (diff)
downloadmongo-15a2cc40f5bbbea31722908eb88a4f9c671a5174.tar.gz
remove boost/program_options.hpp from pch.h
Diffstat (limited to 'src/mongo/pch.h')
-rw-r--r--src/mongo/pch.h2
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>