diff options
author | Eliot Horowitz <eliot@10gen.com> | 2011-06-26 18:11:45 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2011-06-26 18:11:45 -0400 |
commit | 3a77049fda79bb8a5ddf240d3f871eaf6025c7b1 (patch) | |
tree | be14c4874004842732ce829ecf42ee313519b65f /s/cursors.cpp | |
parent | 0594b8a6ab5ba1561e1fe760e755f2a055beb699 (diff) | |
download | mongo-3a77049fda79bb8a5ddf240d3f871eaf6025c7b1.tar.gz |
net cleaning: message split checkpoint where everything works
Diffstat (limited to 's/cursors.cpp')
-rw-r--r-- | s/cursors.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/s/cursors.cpp b/s/cursors.cpp index feec703bc1b..c65cdb9f97b 100644 --- a/s/cursors.cpp +++ b/s/cursors.cpp @@ -22,6 +22,7 @@ #include "../db/queryutil.h" #include "../db/commands.h" #include "../util/concurrency/task.h" +#include "../util/net/listen.h" namespace mongo { |