You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
482 B

Add missing include for boost::next()
https://bugs.gentoo.org/671422
--- a/src/mongo/client/command_writer.cpp
+++ b/src/mongo/client/command_writer.cpp
@@ -22,4 +22,6 @@
#include "mongo/db/namespace_string.h"
+#include <boost/next_prior.hpp>
+
namespace mongo {
--- a/src/mongo/client/wire_protocol_writer.cpp
+++ b/src/mongo/client/wire_protocol_writer.cpp
@@ -22,4 +22,6 @@
#include "mongo/db/namespace_string.h"
+#include <boost/next_prior.hpp>
+
namespace mongo {