diff options
author | Eliot Horowitz <eliot@10gen.com> | 2014-03-06 23:50:11 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2014-04-03 13:31:49 -0400 |
commit | b01c395962d13784af8f7a9055dfd6aa7a53bdef (patch) | |
tree | a4040fb5784598c8176e4e8c1278f174cb7195aa /src/mongo/db/commands/touch.cpp | |
parent | 17458452bd0ccc6b86a372e9ccc9fd7163af94a4 (diff) | |
download | mongo-b01c395962d13784af8f7a9055dfd6aa7a53bdef.tar.gz |
SERVER-13084: more IndexDetails and header work
Diffstat (limited to 'src/mongo/db/commands/touch.cpp')
-rw-r--r-- | src/mongo/db/commands/touch.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/commands/touch.cpp b/src/mongo/db/commands/touch.cpp index 3c37b606224..7e00a6703d5 100644 --- a/src/mongo/db/commands/touch.cpp +++ b/src/mongo/db/commands/touch.cpp @@ -48,6 +48,7 @@ #include "mongo/db/jsobj.h" #include "mongo/db/kill_current_op.h" #include "mongo/db/pdfile.h" +#include "mongo/db/structure/catalog/namespace_details.h" #include "mongo/util/timer.h" #include "mongo/util/touch_pages.h" |