Ensure client headers include cleanly in any context SERVER-1267

This commit is contained in:
Mathias Stearn
2010-09-07 13:00:33 -04:00
parent ba7f710726
commit 494366f5c1
5 changed files with 12 additions and 7 deletions

View File

@@ -64,5 +64,5 @@ int main( int argc, const char **argv ) {
cout << "\t" << obj.jsonString() << endl;
num++;
}
assert( num == 1 );
MONGO_assert( num == 1 );
}