summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbmessage.h
diff options
context:
space:
mode:
authorAndy Schwerin <schwerin@mongodb.com>2014-06-27 14:31:29 -0400
committerAndy Schwerin <schwerin@mongodb.com>2014-06-27 15:15:27 -0400
commitcf9d8c3ff9733686326fa2a96cd654cd8be3818a (patch)
tree0d3b83613b810d71560605ab6f84e7b8497cdc07 /src/mongo/db/dbmessage.h
parent207c8850f59a5f3ad113211167ad6844761ea264 (diff)
downloadmongo-cf9d8c3ff9733686326fa2a96cd654cd8be3818a.tar.gz
SERVER-14374 Include server_options.h as needed and apply the std:: namespace when missing.
Previously, the affected files compiled because of indirect includes from hostandport.h
Diffstat (limited to 'src/mongo/db/dbmessage.h')
-rw-r--r--src/mongo/db/dbmessage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/dbmessage.h b/src/mongo/db/dbmessage.h
index cc3df6cd787..621624dd9be 100644
--- a/src/mongo/db/dbmessage.h
+++ b/src/mongo/db/dbmessage.h
@@ -33,6 +33,7 @@
#include "mongo/bson/bson_validate.h"
#include "mongo/client/constants.h"
#include "mongo/db/jsobj.h"
+#include "mongo/db/server_options.h"
#include "mongo/util/net/message.h"
#include "mongo/util/net/message_port.h"