summaryrefslogtreecommitdiff
path: root/site_scons
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 /site_scons
parent41c4c364d1a04de987a1aabe58b38bc4582a534e (diff)
downloadmongo-1bea35d51c4480482055279a81f0941912d56e59.tar.gz
Move StringData to base/string_data.h
Diffstat (limited to 'site_scons')
-rw-r--r--site_scons/site_tools/jsheader.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/site_scons/site_tools/jsheader.py b/site_scons/site_tools/jsheader.py
index c271948599b..d3d5570d70f 100644
--- a/site_scons/site_tools/jsheader.py
+++ b/site_scons/site_tools/jsheader.py
@@ -6,7 +6,7 @@ def jsToH(target, source, env):
outFile = str( target[0] )
- h = ['#include "bson/stringdata.h"'
+ h = ['#include "mongo/base/string_data.h"'
,'namespace mongo {'
,'struct JSFile{ const char* name; const StringData& source; };'
,'namespace JSFiles{'