0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

Merge branch 'master' of git@github.com:mongodb/mongo

This commit is contained in:
Aaron 2009-05-11 14:11:03 -04:00
commit 955c582b12

View File

@ -25,6 +25,10 @@
#include <unittest/Registry.hpp>
#if !defined(_WIN32)
#include <sys/file.h>
#endif
using namespace std;
namespace mongo {