summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbmessage.h
diff options
context:
space:
mode:
authorMatt Cotter <matt.cotter@mongodb.com>2016-01-27 16:39:14 -0500
committerMatt Cotter <matt.cotter@mongodb.com>2016-05-20 14:06:28 -0400
commit225a2a57350c79a190c13054a038b6c3c559a558 (patch)
tree6e24efd0f62c580e1c09e17d5b5d7a561dd63e01 /src/mongo/db/dbmessage.h
parente6e7e099aaf11afb626d2cd95dd1d339433f6e7f (diff)
downloadmongo-225a2a57350c79a190c13054a038b6c3c559a558.tar.gz
SERVER-23448 create an ASIO based MessagingPort
Diffstat (limited to 'src/mongo/db/dbmessage.h')
-rw-r--r--src/mongo/db/dbmessage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/dbmessage.h b/src/mongo/db/dbmessage.h
index 29629e552fd..7f1a3a2d0f2 100644
--- a/src/mongo/db/dbmessage.h
+++ b/src/mongo/db/dbmessage.h
@@ -34,8 +34,8 @@
#include "mongo/client/constants.h"
#include "mongo/db/jsobj.h"
#include "mongo/db/server_options.h"
+#include "mongo/util/net/abstract_message_port.h"
#include "mongo/util/net/message.h"
-#include "mongo/util/net/message_port.h"
namespace mongo {