diff options
author | David Storch <david.storch@10gen.com> | 2014-10-02 12:47:38 -0400 |
---|---|---|
committer | David Storch <david.storch@10gen.com> | 2014-10-02 16:08:47 -0400 |
commit | 2aac310f11bacb54d3339700171e08d73200a456 (patch) | |
tree | 26ab10ee819cbbf27ecf25e1141109c3ac868f23 /src/mongo/db/exec/eof.cpp | |
parent | 795462cb686806b662d3171bd34a00a5813a73a8 (diff) | |
download | mongo-2aac310f11bacb54d3339700171e08d73200a456.tar.gz |
SERVER-15363 fix solaris compile
Diffstat (limited to 'src/mongo/db/exec/eof.cpp')
-rw-r--r-- | src/mongo/db/exec/eof.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/exec/eof.cpp b/src/mongo/db/exec/eof.cpp index f17084d7dae..46d9ba8c334 100644 --- a/src/mongo/db/exec/eof.cpp +++ b/src/mongo/db/exec/eof.cpp @@ -30,6 +30,8 @@ #include "mongo/db/exec/eof.h" +#include "mongo/db/exec/scoped_timer.h" + namespace mongo { // static |