diff options
author | Andrew Morrow <acm@mongodb.com> | 2018-04-18 18:28:13 -0400 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2018-05-05 12:29:55 -0400 |
commit | 51dce76324173089098e8c9fd09e46b98b32adc4 (patch) | |
tree | 1093a4866d1fc3e7da1cba2fa2ae4f56b536f033 /src/mongo/client/query.h | |
parent | 30994f3bacb6e814ae015d83693c549a3b924ccc (diff) | |
download | mongo-51dce76324173089098e8c9fd09e46b98b32adc4.tar.gz |
SERVER-34805 Refactor the network libraries and move messages types to rpc/protocol
Diffstat (limited to 'src/mongo/client/query.h')
-rw-r--r-- | src/mongo/client/query.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/client/query.h b/src/mongo/client/query.h index 6c5846e3c32..37af5b0659e 100644 --- a/src/mongo/client/query.h +++ b/src/mongo/client/query.h @@ -30,7 +30,7 @@ #include "mongo/bson/json.h" #include "mongo/client/read_preference.h" -#include "mongo/util/net/message.h" +#include "mongo/rpc/message.h" namespace mongo { |