Skip to content

Commit 29185e4

Browse files
authored
Fix missing includes in mock.hh (#1502)
1 parent 2608a1e commit 29185e4

File tree

1 file changed

+3
-0
lines changed
  • src/mongocxx/lib/mongocxx/private

1 file changed

+3
-0
lines changed

src/mongocxx/lib/mongocxx/private/mock.hh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@
1616

1717
#include <bsoncxx/v1/detail/macros.hpp>
1818

19+
#include <mongocxx/v1/config/export.hpp>
20+
1921
#include <array>
2022
#include <cassert>
23+
#include <cstddef>
2124
#include <functional>
2225
#include <iostream>
2326
#include <memory>

0 commit comments

Comments
 (0)