From 0293c14cbdc5646d9f09f4fe5b2a27e6d540dce0 Mon Sep 17 00:00:00 2001 From: Tess Avitabile Date: Fri, 14 Apr 2017 16:06:18 -0400 Subject: SERVER-28621 Parse BSON update expression into an UpdateNode tree --- src/mongo/db/exec/update.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mongo/db/exec/update.h') diff --git a/src/mongo/db/exec/update.h b/src/mongo/db/exec/update.h index e88a26e445b..fa866f87606 100644 --- a/src/mongo/db/exec/update.h +++ b/src/mongo/db/exec/update.h @@ -32,9 +32,9 @@ #include "mongo/db/catalog/collection.h" #include "mongo/db/exec/plan_stage.h" #include "mongo/db/jsobj.h" -#include "mongo/db/ops/update_driver.h" #include "mongo/db/ops/update_request.h" #include "mongo/db/ops/update_result.h" +#include "mongo/db/update/update_driver.h" namespace mongo { -- cgit v1.2.1