From a6cd2c479430f044bd05bb4dffc11f2be9a400a0 Mon Sep 17 00:00:00 2001 From: dwight Date: Mon, 17 Aug 2009 16:45:34 -0400 Subject: [PATCH] fix compile of unit tests --- db/replset.h | 1 + 1 file changed, 1 insertion(+) diff --git a/db/replset.h b/db/replset.h index 71b94f33f8e..649f67b482b 100644 --- a/db/replset.h +++ b/db/replset.h @@ -20,6 +20,7 @@ #include "dbhelpers.h" #include "json.h" #include "../client/dbclient.h" +#include "repl.h" namespace mongo {