summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbcommands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/dbcommands.cpp')
-rw-r--r--src/mongo/db/dbcommands.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/dbcommands.cpp b/src/mongo/db/dbcommands.cpp
index 99961da06c3..5ef335b7138 100644
--- a/src/mongo/db/dbcommands.cpp
+++ b/src/mongo/db/dbcommands.cpp
@@ -32,6 +32,7 @@
#include "mongo/platform/basic.h"
+#include <boost/scoped_ptr.hpp>
#include <time.h>
#include "mongo/base/disallow_copying.h"
@@ -86,6 +87,7 @@
namespace mongo {
+ using boost::scoped_ptr;
using std::string;
CmdShutdown cmdShutdown;