summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/hash_index_cursor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/index/hash_index_cursor.cpp')
-rw-r--r--src/mongo/db/index/hash_index_cursor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/index/hash_index_cursor.cpp b/src/mongo/db/index/hash_index_cursor.cpp
index 366e1ddcdc9..1ed2ea1c255 100644
--- a/src/mongo/db/index/hash_index_cursor.cpp
+++ b/src/mongo/db/index/hash_index_cursor.cpp
@@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "hash_index_cursor.h"
+#include "mongo/db/index/hash_index_cursor.h"
#include <boost/scoped_ptr.hpp>
#include <vector>