summaryrefslogtreecommitdiff
path: root/site_scons/site_tools/jsheader.py
diff options
context:
space:
mode:
Diffstat (limited to 'site_scons/site_tools/jsheader.py')
-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{'