From 720eecdc012df963c59c960c5020f25762d02bb7 Mon Sep 17 00:00:00 2001 From: Eliot Horowitz Date: Tue, 22 Dec 2009 12:58:41 -0500 Subject: [PATCH] fix compile --- client/clientOnly.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/clientOnly.cpp b/client/clientOnly.cpp index dd9597c4732..f8a54aa2356 100644 --- a/client/clientOnly.cpp +++ b/client/clientOnly.cpp @@ -16,6 +16,7 @@ */ #include "../stdafx.h" +#include "../db/cmdline.h" namespace mongo { @@ -23,6 +24,8 @@ namespace mongo { bool quiet = false; + CmdLine cmdLine; + // Database* database = 0; bool dbexitCalled = false;