summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordwight <dwight@Dwights-MacBook-2.local>2009-08-17 16:45:34 -0400
committerdwight <dwight@Dwights-MacBook-2.local>2009-08-17 16:45:34 -0400
commita6cd2c479430f044bd05bb4dffc11f2be9a400a0 (patch)
treebf7487a56ffafb9f8865fd54b8ff3f8b3e6d7f7c
parent4120dfc5684dca008c6c0cef64b2d9ff7ed3d158 (diff)
downloadmongo-a6cd2c479430f044bd05bb4dffc11f2be9a400a0.tar.gz
fix compile of unit tests
-rw-r--r--db/replset.h1
1 files changed, 1 insertions, 0 deletions
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 {