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

Fix building when precompiled headers are turned off. #25

Merged
merged 1 commit into from Dec 4, 2021
Merged

Fix building when precompiled headers are turned off. #25

merged 1 commit into from Dec 4, 2021

Conversation

coldtobi
Copy link

@coldtobi coldtobi commented Dec 4, 2021

When building with "cmake -DCMAKE_DISABLE_PRECOMPILE_HEADERS=On",
the build breaks due to several missing includes. This PR fixes that.

(my selfish rationale: precompiled headers seems to break my ccache setup,
and the packaging work for Debian usually includes a tons of rebuilds, so not
be able to use ccache slows me down significantly)

When building with "cmake -DCMAKE_DISABLE_PRECOMPILE_HEADERS=On",
the build breaks due to several missing includes. This PR fixes that.

(my selfish rationale: precompiled headers seems to break my ccache setup,
and the packaging work for Debian usually includes a tons of rebuilds, so not
be able to use ccache slows me down significantly)
@codereader codereader merged commit 748fc55 into codereader:master Dec 4, 2021
@codereader
Copy link
Owner

Thanks for figuring out all of these #includes :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants