diff options
Diffstat (limited to 'src/mongo/shell/bench.h')
-rw-r--r-- | src/mongo/shell/bench.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/shell/bench.h b/src/mongo/shell/bench.h index 4f2490617fe..f7a58799465 100644 --- a/src/mongo/shell/bench.h +++ b/src/mongo/shell/bench.h @@ -33,6 +33,7 @@ #include <boost/scoped_ptr.hpp> #include <boost/shared_ptr.hpp> #include <boost/thread/condition.hpp> +#include <boost/noncopyable.hpp> #include <boost/thread/mutex.hpp> #include "mongo/client/dbclientinterface.h" |