diff options
Diffstat (limited to 'src/mongo/db/matcher')
-rw-r--r-- | src/mongo/db/matcher/path_internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/matcher/path_internal.h b/src/mongo/db/matcher/path_internal.h index 9d44d1877f1..2f7951dcc3e 100644 --- a/src/mongo/db/matcher/path_internal.h +++ b/src/mongo/db/matcher/path_internal.h @@ -30,10 +30,11 @@ #pragma once +#include <cstdint> + #include "mongo/base/string_data.h" #include "mongo/db/field_ref.h" #include "mongo/db/jsobj.h" -#include "mongo/platform/cstdint.h" namespace mongo { |