mongo-swift-driver
mongo-swift-driver copied to clipboard
Update CLibMongoC.h
Add missing headers to umbrella header to resolve umbrella header for module 'CLibMongoC' does not include header 'CLibMongoC_*.h' warnings.
Some things to make sure you have:
- [ ] Read
CONTRIBUTING.md! - [x] Ran
swiftlintand ensured that your additions/deletions are not causing any new warnings or errors. - [ ] Added new tests that correctly verify the correctness of any new/added functionality.
- [ ] Ran
make testand ensured that the driver still passes all of its pre-existing tests. - [x] Not included any changes to the generated documentation (we update the documentation as part of a separate commit).