diff options
author | dwight <dwight@10gen.com> | 2010-06-06 22:19:06 -0400 |
---|---|---|
committer | dwight <dwight@10gen.com> | 2010-06-06 22:19:06 -0400 |
commit | 3ac7b057374597b7caab73f7d889683424c43dc6 (patch) | |
tree | 44422bf984f4b1f6968a8e6cc78eacc6b4724bff /pch.h | |
parent | e595edb3f044485bb29dc69ac2daa0efa521ba55 (diff) | |
download | mongo-3ac7b057374597b7caab73f7d889683424c43dc6.tar.gz |
QueryOption_Exhaust
Diffstat (limited to 'pch.h')
-rw-r--r-- | pch.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,13 +67,13 @@ #include <boost/program_options.hpp> #include <boost/shared_ptr.hpp> #include <boost/smart_ptr.hpp> +#include <boost/function.hpp> #include "boost/bind.hpp" #include "boost/function.hpp" #include <boost/thread/tss.hpp> #include "boost/detail/endian.hpp" #define BOOST_SPIRIT_THREADSAFE #include <boost/version.hpp> - #include <boost/tuple/tuple.hpp> #include <boost/thread/thread.hpp> #include <boost/thread/condition.hpp> |