diff options
Diffstat (limited to 'src/mongo/db/client.h')
-rw-r--r-- | src/mongo/db/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/client.h b/src/mongo/db/client.h index 98b830e7223..dc86d9d8ee9 100644 --- a/src/mongo/db/client.h +++ b/src/mongo/db/client.h @@ -36,6 +36,7 @@ #pragma once +#include <boost/noncopyable.hpp> #include <boost/scoped_ptr.hpp> #include <boost/thread/thread.hpp> |