Skip to content

Commit b316f50

Browse files
author
Micah Scott
committed
Add forwarding headers for vector and sub_binary
1 parent 8ed6fb9 commit b316f50

File tree

1 file changed

+3
-0
lines changed
  • src/bsoncxx/include/bsoncxx/v_noabi/bsoncxx

1 file changed

+3
-0
lines changed

src/bsoncxx/include/bsoncxx/v_noabi/bsoncxx/fwd.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include <bsoncxx/builder/basic/array-fwd.hpp>
2121
#include <bsoncxx/builder/basic/document-fwd.hpp>
2222
#include <bsoncxx/builder/basic/sub_array-fwd.hpp>
23+
#include <bsoncxx/builder/basic/sub_binary-fwd.hpp>
2324
#include <bsoncxx/builder/basic/sub_document-fwd.hpp>
2425
#include <bsoncxx/builder/concatenate-fwd.hpp>
2526
#include <bsoncxx/builder/core-fwd.hpp>
@@ -45,6 +46,8 @@
4546
#include <bsoncxx/types/bson_value/value-fwd.hpp>
4647
#include <bsoncxx/types/bson_value/view-fwd.hpp>
4748
#include <bsoncxx/validate-fwd.hpp>
49+
#include <bsoncxx/vector/formats-fwd.hpp>
50+
#include <bsoncxx/vector/view-fwd.hpp>
4851
#include <bsoncxx/view_or_value-fwd.hpp>
4952

5053
///

0 commit comments

Comments
 (0)