Change examples to include mongoc/mongoc.h and bson/bson.h

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Trivial - P5
    • 1.13.1
    • Affects Version/s: None
    • Component/s: Docs
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      We want to encourage users to include the single headers with the directory prefix:

      #include <mongoc/mongoc.h>
      #include <bson/bson.h>
      

      But some docs examples still include without the prefix:

      #include <mongoc.h>
      #include <bson.h>
      

              Assignee:
              Kevin Albertson
              Reporter:
              Kevin Albertson
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: