diff options
author | Mathias Stearn <mathias@10gen.com> | 2012-09-26 12:56:41 -0400 |
---|---|---|
committer | Mathias Stearn <mathias@10gen.com> | 2012-09-26 13:30:22 -0400 |
commit | 1bea35d51c4480482055279a81f0941912d56e59 (patch) | |
tree | 780770c535a0372a7c7a7ac2ad1b8607a813b8bf /site_scons | |
parent | 41c4c364d1a04de987a1aabe58b38bc4582a534e (diff) | |
download | mongo-1bea35d51c4480482055279a81f0941912d56e59.tar.gz |
Move StringData to base/string_data.h
Diffstat (limited to 'site_scons')
-rw-r--r-- | site_scons/site_tools/jsheader.py | 2 |
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{' |