diff options
author | Matt Cotter <matt.cotter@mongodb.com> | 2016-03-22 15:52:53 -0400 |
---|---|---|
committer | Matt Cotter <matt.cotter@mongodb.com> | 2016-03-23 14:29:26 -0400 |
commit | 1e67bede1a72e5fad8173c1bf76380ccb13b8470 (patch) | |
tree | 7d4c1c7e8dfc2839cfce6cacd4253a050058e3f4 /src/mongo/db/dbwebserver.h | |
parent | 85a3c8fc858549b03392d534e45ba59286707f8d (diff) | |
download | mongo-1e67bede1a72e5fad8173c1bf76380ccb13b8470.tar.gz |
SERVER-23246 make SockAddr its own files
Diffstat (limited to 'src/mongo/db/dbwebserver.h')
-rw-r--r-- | src/mongo/db/dbwebserver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/dbwebserver.h b/src/mongo/db/dbwebserver.h index f5096abc58a..2521b1e4fd7 100644 --- a/src/mongo/db/dbwebserver.h +++ b/src/mongo/db/dbwebserver.h @@ -36,7 +36,7 @@ #include "mongo/base/disallow_copying.h" #include "mongo/util/net/miniwebserver.h" -#include "mongo/util/net/sock.h" +#include "mongo/util/net/sockaddr.h" namespace mongo { |