summaryrefslogtreecommitdiff
path: root/src/mongo/db/jsobj.h
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2012-09-26 12:56:41 -0400
committerMathias Stearn <mathias@10gen.com>2012-09-26 13:30:22 -0400
commit1bea35d51c4480482055279a81f0941912d56e59 (patch)
tree780770c535a0372a7c7a7ac2ad1b8607a813b8bf /src/mongo/db/jsobj.h
parent41c4c364d1a04de987a1aabe58b38bc4582a534e (diff)
downloadmongo-1bea35d51c4480482055279a81f0941912d56e59.tar.gz
Move StringData to base/string_data.h
Diffstat (limited to 'src/mongo/db/jsobj.h')
-rw-r--r--src/mongo/db/jsobj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/jsobj.h b/src/mongo/db/jsobj.h
index 12fc8fad25d..b108caaf314 100644
--- a/src/mongo/db/jsobj.h
+++ b/src/mongo/db/jsobj.h
@@ -40,6 +40,6 @@
#include "../bson/bsonobjiterator.h"
#include "../bson/bson-inl.h"
#include "../bson/ordering.h"
-#include "../bson/stringdata.h"
+#include "mongo/base/string_data.h"
#include "../bson/bson_db.h"