mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 01:21:03 +01:00
compile (windows)
This commit is contained in:
parent
462feb5a9f
commit
a38bc950bd
@ -35,6 +35,13 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#if defined(MONGO_EXPOSE_MACROS)
|
||||
#error this header is for client programs, not the mongo database itself. include jsobj.h instead.
|
||||
/* because we define simplistic assert helpers here that don't pull in a bunch of util -- so that
|
||||
BSON can be used header only.
|
||||
*/
|
||||
#endif
|
||||
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <boost/utility.hpp>
|
||||
|
@ -27,7 +27,8 @@ using namespace std;
|
||||
#include <sys/file.h>
|
||||
#endif
|
||||
|
||||
#include "../bson/bson.h"
|
||||
//#include "../bson/bson.h"
|
||||
#include "../db/jsobj.h"
|
||||
|
||||
namespace mongo {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user