From 8e3af42610846e779963a960760c016c0cba76c4 Mon Sep 17 00:00:00 2001 From: Geert Bosch Date: Sun, 11 Oct 2015 12:01:54 -0400 Subject: [PATCH] SERVER-16609: Adjust includes for storage_options.h --- src/rocks_init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rocks_init.cpp b/src/rocks_init.cpp index 83c0bb82..536c67da 100644 --- a/src/rocks_init.cpp +++ b/src/rocks_init.cpp @@ -31,7 +31,7 @@ #include "mongo/base/init.h" #include "mongo/db/service_context.h" -#include "mongo/db/storage_options.h" +#include "mongo/db/storage/storage_options.h" #include "mongo/db/storage/kv/kv_storage_engine.h" #include "mongo/db/storage/storage_engine_metadata.h" #include "mongo/util/mongoutils/str.h"