diff --git a/client/quorum.cpp b/client/quorum.cpp index 5ced07ab36e..886025bdea1 100644 --- a/client/quorum.cpp +++ b/client/quorum.cpp @@ -1,10 +1,9 @@ // quorum.cpp -#include "../stdafx.h" +#include "stdafx.h" #include "quorum.h" namespace mongo { - QuorumConnection::QuorumConnection( string commaSeperated ){ string::size_type idx; diff --git a/db/db.vcproj b/db/db.vcproj index 4a97258cab9..1d45425368a 100644 --- a/db/db.vcproj +++ b/db/db.vcproj @@ -1341,6 +1341,10 @@ RelativePath="..\client\model.h" > + + diff --git a/dbtests/test.vcproj b/dbtests/test.vcproj index 8dda8cc7654..ba827c73438 100644 --- a/dbtests/test.vcproj +++ b/dbtests/test.vcproj @@ -349,18 +349,6 @@ RelativePath="..\db\db.rc" > - - - - - @@ -381,6 +369,18 @@ /> + + + + + @@ -1329,6 +1329,10 @@ RelativePath="..\client\model.h" > + + diff --git a/dbtests/threadedtests.cpp b/dbtests/threadedtests.cpp index 19d556975ae..0e6d9a4bfdf 100644 --- a/dbtests/threadedtests.cpp +++ b/dbtests/threadedtests.cpp @@ -18,7 +18,7 @@ */ #include "stdafx.h" -#include "util/mvar.h" +#include "../util/mvar.h" #include #include