diff options
Diffstat (limited to 'src/mongo/dbtests/gle_test.cpp')
-rw-r--r-- | src/mongo/dbtests/gle_test.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/dbtests/gle_test.cpp b/src/mongo/dbtests/gle_test.cpp index b5f958671a6..4514971578b 100644 --- a/src/mongo/dbtests/gle_test.cpp +++ b/src/mongo/dbtests/gle_test.cpp @@ -37,6 +37,9 @@ using mongo::MsgAssertionException; * Test getLastError client handling */ namespace { + + using std::string; + static const char* const _ns = "unittests.gle"; /** |