We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 986316c commit daf8cceCopy full SHA for daf8cce
src/libmongoc/tests/test-mongoc-collection.c
@@ -1,4 +1,5 @@
1
#include <bson/bcon.h>
2
+#include <bson/bson-dsl.h>
3
#include <mongoc/mongoc.h>
4
#include <mongoc/mongoc-client-private.h>
5
#include <mongoc/mongoc-cursor-private.h>
@@ -14,7 +15,6 @@
14
15
#include "mock_server/future-functions.h"
16
#include "mock_server/mock-server.h"
17
#include "mock_server/mock-rs.h"
-#include "bson-dsl.h"
18
19
20
BEGIN_IGNORE_DEPRECATIONS
0 commit comments