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

compile (windows)

This commit is contained in:
dwight 2010-06-22 00:26:08 +02:00
parent 462feb5a9f
commit a38bc950bd
2 changed files with 9 additions and 1 deletions

View File

@ -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>

View File

@ -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 {