summaryrefslogtreecommitdiff
path: root/src/mongo/client
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2015-01-04 11:18:44 -0500
committerAndrew Morrow <acm@mongodb.com>2015-01-05 18:52:20 -0500
commit0c4d932be42022627cd1e8a826fc69cd3edac23f (patch)
tree3b14e59cf6317d69d1bf138dff2a185ac1765235 /src/mongo/client
parent0292094b0673177a24bcfe265b82a36dfb4da362 (diff)
downloadmongo-0c4d932be42022627cd1e8a826fc69cd3edac23f.tar.gz
SERVER-13256 Remove scoped_array from pch.h
Diffstat (limited to 'src/mongo/client')
-rw-r--r--src/mongo/client/cyrus_sasl_client_session.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/client/cyrus_sasl_client_session.h b/src/mongo/client/cyrus_sasl_client_session.h
index 53d225d31bd..7574dcf6ff8 100644
--- a/src/mongo/client/cyrus_sasl_client_session.h
+++ b/src/mongo/client/cyrus_sasl_client_session.h
@@ -25,6 +25,8 @@
* then also delete it in the license file.
*/
+#include <boost/scoped_array.hpp>
+
#include "mongo/client/export_macros.h"
#include "mongo/client/sasl_client_session.h"