diff options
author | Eric Milkie <milkie@10gen.com> | 2012-03-19 14:52:43 -0400 |
---|---|---|
committer | Eric Milkie <milkie@10gen.com> | 2012-05-17 13:44:32 -0400 |
commit | bc6a90645eb0153ff6d46b63d1368dc87d0bf331 (patch) | |
tree | ace2176b9ef6596c1ba137d6a238d6a249850cc8 /src/mongo/db/background.h | |
parent | 521f995dc2f58b6a0e29d4aeea6a2e4b4ddd7f64 (diff) | |
download | mongo-bc6a90645eb0153ff6d46b63d1368dc87d0bf331.tar.gz |
SERVER-2023 new command "touch" - pretouches a collection, possibly with indexes
Diffstat (limited to 'src/mongo/db/background.h')
-rw-r--r-- | src/mongo/db/background.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/background.h b/src/mongo/db/background.h index 92ecf8d7123..0b76abf3a8e 100644 --- a/src/mongo/db/background.h +++ b/src/mongo/db/background.h @@ -21,6 +21,8 @@ #pragma once +#include "mongo/db/namespacestring.h" + namespace mongo { /* these are administrative operations / jobs |