diff options
Diffstat (limited to 'src/mongo/db/dbhelpers.cpp')
-rw-r--r-- | src/mongo/db/dbhelpers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/dbhelpers.cpp b/src/mongo/db/dbhelpers.cpp index 5a4abebd032..db2b2f8e0bd 100644 --- a/src/mongo/db/dbhelpers.cpp +++ b/src/mongo/db/dbhelpers.cpp @@ -59,9 +59,9 @@ namespace mongo { -using std::unique_ptr; using std::set; using std::string; +using std::unique_ptr; /* fetch a single object from collection ns that matches query set your db SavedContext first |