Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing include path for ReadVector #15658

Merged
merged 1 commit into from Jul 5, 2023

Conversation

mschreter
Copy link
Contributor

@mschreter mschreter commented Jul 5, 2023

Compilation of our user code is currently failing due to a missing reference to ReadVector triggered by calling the KellyErrorEstimator. I was able to fix it by adding the include path of the corresponding header file.

Probably related to #15197.

@mschreter mschreter changed the title Add missing header file for ReadVector Add missing include path for ReadVector Jul 5, 2023
Copy link
Member

@kronbichler kronbichler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree, ReadVector is no forward declared but gets referred to in the interface.

@kronbichler
Copy link
Member

/rebuild

@masterleinad masterleinad merged commit 4bfe6e7 into dealii:master Jul 5, 2023
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants