summaryrefslogtreecommitdiff
path: root/dbtests/jstests.cpp
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-05-27 17:40:20 -0400
committerEliot Horowitz <eliot@10gen.com>2009-05-27 17:40:20 -0400
commite2120ef09f5e38f4bbb8dbe7998136271e92e3d2 (patch)
treec4f330a047d5b962a8372d5224621a8c7dd55967 /dbtests/jstests.cpp
parentc0ab52d5972d157aee93b883ab5071f2cd62a333 (diff)
downloadmongo-e2120ef09f5e38f4bbb8dbe7998136271e92e3d2.tar.gz
solaris compile MINOR
Diffstat (limited to 'dbtests/jstests.cpp')
-rw-r--r--dbtests/jstests.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/dbtests/jstests.cpp b/dbtests/jstests.cpp
index 7ce73955d4d..0dc96fdb31f 100644
--- a/dbtests/jstests.cpp
+++ b/dbtests/jstests.cpp
@@ -17,12 +17,13 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "../db/instance.h"
+
+#include "../stdafx.h"
#include "../scripting/engine.h"
#include "dbtests.h"
-#include "../db/instance.h"
-
namespace mongo {
bool dbEval(const char *ns, BSONObj& cmd, BSONObjBuilder& result, string& errmsg);
} // namespace mongo