summaryrefslogtreecommitdiff
path: root/databases/mongodb3/patches/patch-src_mongo_db_repl_master__slave.cpp
blob: f2465f65d58908cb2e90fa28b857ee9bc783f27c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-src_mongo_db_repl_master__slave.cpp,v 1.1 2019/06/28 16:30:56 gdt Exp $

--- src/mongo/db/repl/master_slave.cpp.orig	2017-07-11 17:40:23.338075821 +0000
+++ src/mongo/db/repl/master_slave.cpp
@@ -45,6 +45,7 @@
 #include "mongo/db/repl/master_slave.h"
 
 #include <pcrecpp.h>
+#include <string>
 
 #include "mongo/db/auth/authorization_manager.h"
 #include "mongo/db/auth/authorization_session.h"
@@ -78,6 +79,7 @@ using std::endl;
 using std::max;
 using std::min;
 using std::set;
+using std::string;
 using std::stringstream;
 using std::unique_ptr;
 using std::vector;