diff options
author | Eliot Horowitz <eliot@10gen.com> | 2013-07-18 09:35:32 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2013-07-18 09:35:32 -0400 |
commit | c95d4bc5744dc6aaa9abf202ebee0bee2ffa5463 (patch) | |
tree | 425674c15ddd5343ba88c0f612e2c2603ce65fd9 /src/mongo/db/fts | |
parent | a2960637041c11bc1d8b925e5a99975b7fe9485e (diff) | |
download | mongo-c95d4bc5744dc6aaa9abf202ebee0bee2ffa5463.tar.gz |
SERVER-6405: lots of prep work for Collection class
splitting pdfile into more components
added ExtentManager which should be the only way to do DiskLoc -> Record
Diffstat (limited to 'src/mongo/db/fts')
-rw-r--r-- | src/mongo/db/fts/fts_command_mongos.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/fts/fts_command_mongos.cpp b/src/mongo/db/fts/fts_command_mongos.cpp index 8a2e52c5671..f9e11bfcffe 100644 --- a/src/mongo/db/fts/fts_command_mongos.cpp +++ b/src/mongo/db/fts/fts_command_mongos.cpp @@ -24,6 +24,7 @@ #include "mongo/db/fts/fts_command.h" #include "mongo/s/strategy.h" +#include "mongo/util/timer.h" namespace mongo { |