diff options
Diffstat (limited to 'src/mongo/db/jsobj.h')
-rw-r--r-- | src/mongo/db/jsobj.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/jsobj.h b/src/mongo/db/jsobj.h index b108caaf314..c504084e6b6 100644 --- a/src/mongo/db/jsobj.h +++ b/src/mongo/db/jsobj.h @@ -30,7 +30,7 @@ #include "mongo/pch.h" #include "../bson/util/builder.h" -#include "../util/optime.h" +#include "mongo/db/repl/optime.h" #include "../bson/bsontypes.h" #include "../bson/oid.h" #include "../bson/bsonelement.h" |