summaryrefslogtreecommitdiff
path: root/src/mongo/s/cluster_last_error_info.h
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2017-02-27 16:24:06 -0500
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2017-03-01 18:41:02 -0500
commit962e21a702ffa6bb2e90df0b9f9dbd9b79c53f34 (patch)
treedcb7389c4b583fe9adabd000b720eb2596e2cfce /src/mongo/s/cluster_last_error_info.h
parent605479fd4bb6b31fcc1e495d6bcf55234c0b68a4 (diff)
downloadmongo-962e21a702ffa6bb2e90df0b9f9dbd9b79c53f34.tar.gz
SERVER-28155 Get rid of the 'mongoscore' sharding library
Diffstat (limited to 'src/mongo/s/cluster_last_error_info.h')
-rw-r--r--src/mongo/s/cluster_last_error_info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/s/cluster_last_error_info.h b/src/mongo/s/cluster_last_error_info.h
index 3755bfe90ae..66377eceeb8 100644
--- a/src/mongo/s/cluster_last_error_info.h
+++ b/src/mongo/s/cluster_last_error_info.h
@@ -28,6 +28,7 @@
#pragma once
#include <set>
+#include <string>
#include "mongo/db/client.h"
#include "mongo/s/write_ops/batch_write_exec.h"