summaryrefslogtreecommitdiff
path: root/tools/stat_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/stat_util.h')
-rw-r--r--tools/stat_util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/stat_util.h b/tools/stat_util.h
index c498356c266..4990e91624c 100644
--- a/tools/stat_util.h
+++ b/tools/stat_util.h
@@ -64,6 +64,8 @@ namespace mongo {
result.append( name , BSON( "width" << (int)width << "data" << t ) );
}
+ bool _in( const BSONElement& me , const BSONElement& arr );
+
// -------