summaryrefslogtreecommitdiff
path: root/pch.h
diff options
context:
space:
mode:
authorDwight Merriman <dwight@10gen.com>2010-05-24 08:06:05 -0400
committerDwight Merriman <dwight@10gen.com>2010-05-24 08:06:05 -0400
commit5cec50c79dc6d0cf8f9387b7fbad69a690c2d467 (patch)
treef2445f8498e1788a678973647fb390b5af245315 /pch.h
parentd1c913cc728905ce283dfe72da2d58f7416b12c4 (diff)
downloadmongo-5cec50c79dc6d0cf8f9387b7fbad69a690c2d467.tar.gz
use boost bind for msg.h
Diffstat (limited to 'pch.h')
-rw-r--r--pch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pch.h b/pch.h
index ed3e5cbe756..db8b1e8cda8 100644
--- a/pch.h
+++ b/pch.h
@@ -103,6 +103,8 @@ namespace mongo {
#include <boost/program_options.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/smart_ptr.hpp>
+#include "boost/bind.hpp"
+#include "boost/function.hpp"
#define BOOST_SPIRIT_THREADSAFE
#include <boost/version.hpp>