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

Building PHENIX interface - add missing imports #172

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

folmilsch
Copy link

There are errors while building the PHENIX interface. I added the missing imports. These are not sorted according to "Project headers", "Utility headers" etc.

folmilsch and others added 3 commits September 24, 2024 10:50
Building the PHENIX interface does not work. Missing imports are thus added.
Put extra includes into #ifdef blocks
@roccomoretti
Copy link
Member

I'm guessing those headers disappeared because of the unused-header removal code. To avoid that happening in the future, I added a commit which wraps them in the same #ifdef used for the rest of the code. That should hopefully avoid them getting stripped out if we ever re-run the header code again.

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.

2 participants