summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/or.h
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2014-11-26 13:58:14 -0500
committerMathias Stearn <mathias@10gen.com>2014-11-26 15:14:41 -0500
commitcb5cab88761d9aca75e064665cce89f579c69e36 (patch)
tree3b9225aea63f7ccd6576c532e179db0fd96a52e0 /src/mongo/db/exec/or.h
parent04cfca149d3fcfac9c74cf13287be70942ca1ada (diff)
downloadmongo-cb5cab88761d9aca75e064665cce89f579c69e36.tar.gz
SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1
Diffstat (limited to 'src/mongo/db/exec/or.h')
-rw-r--r--src/mongo/db/exec/or.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/or.h b/src/mongo/db/exec/or.h
index 71272a3c95f..3aaa72e0de9 100644
--- a/src/mongo/db/exec/or.h
+++ b/src/mongo/db/exec/or.h
@@ -28,10 +28,10 @@
#pragma once
-#include "mongo/db/diskloc.h"
#include "mongo/db/exec/plan_stage.h"
#include "mongo/db/jsobj.h"
#include "mongo/db/matcher/expression.h"
+#include "mongo/db/record_id.h"
#include "mongo/platform/unordered_set.h"
namespace mongo {