Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

add some needed includes to build with boost 1.79 beta #11079

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

spoonincode
Copy link
Contributor

Change Description

Adds some includes needed to build with boost 1.79 beta.

The missing includes are solely related to fstream & boost::filesystem::fstream. The boost filesystem docs (even as far back as 1.66) are clear that #include <boost/filesystem.hpp> does not include file stream support. Internal changes to boost filesystem in 1.79 (namely removal of string_file) means that boost/filesystem/fstream.hpp no longer get implicitly included via boost/filesystem.hpp, so we need to be explicit about this.

Change Type

Select ONE:

  • Documentation
  • Stability bug fix
  • Other
  • Other - special case

Testing Changes

Select ANY that apply:

  • New Tests
  • Existing Tests
  • Test Framework
  • CI System
  • Other

Consensus Changes

  • Consensus Changes

API Changes

  • API Changes

Documentation Additions

  • Documentation Additions

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants