00001
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00029 #pragma once
00030
00031 #include "../pch.h"
00032 #include "../bson/util/builder.h"
00033 #include "../util/optime.h"
00034 #include "boost/utility.hpp"
00035 #include <set>
00036 #include "../bson/bsontypes.h"
00037 #include "../bson/oid.h"
00038 #include "../bson/bsonelement.h"
00039 #include "../bson/bsonobj.h"
00040 #include "../bson/bsonmisc.h"
00041 #include "../bson/bsonobjbuilder.h"
00042 #include "../bson/bsonobjiterator.h"
00043 #include "../bson/bson-inl.h"
00044 #include "../bson/ordering.h"
00045 #include "../bson/stringdata.h"
00046
00047 #include "../bson/bson_db.h"