summaryrefslogtreecommitdiff
path: root/db/json.h
diff options
context:
space:
mode:
Diffstat (limited to 'db/json.h')
-rw-r--r--db/json.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/db/json.h b/db/json.h
index f2bc1557d17..6c09f5f62fa 100644
--- a/db/json.h
+++ b/db/json.h
@@ -21,5 +21,9 @@
#include "../stdafx.h"
#include "jsobj.h"
+namespace mongo {
+
BSONObj fromjson(const char *str);
BSONObj fromjson(const string &str);
+
+} // namespace mongo