Skip to content

Add missing headers to binary_matrix.hpp#467

Merged
karasikov merged 1 commit intoratschlab:masterfrom
rob-p:patch-1
Jul 28, 2023
Merged

Add missing headers to binary_matrix.hpp#467
karasikov merged 1 commit intoratschlab:masterfrom
rob-p:patch-1

Conversation

@rob-p
Copy link
Contributor

@rob-p rob-p commented Jul 28, 2023

Add required <istream> and <ostream> headers.

The stream types are referenced within the class and, at least under g++11, didn't seem to make their way into scope via another path within this file. Adding them here allowed the code to compile successfully.

Add required `<istream>` and `<ostream>` headers.  

The stream types are referenced within the class and, at least under `g++11`, didn't seem to make their way into scope via another path within this file.  Adding them here allowed the code to compile successfully.
@karasikov karasikov merged commit 35a8cad into ratschlab:master Jul 28, 2023
@karasikov
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants