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 in circular_q.h #3026

Merged
merged 1 commit into from
Mar 10, 2024

Conversation

magnus-nomono
Copy link
Contributor

circular_q uses the SPDLOG_NOEXCEPT macro, which is defined in spdlog/common.h. Due to some recent reorganization of includes in ringbuffer_sink.h, common.h was no longer included before circular_q.h, causing my build to break when updating to v1.13.0

@gabime gabime merged commit ae525b7 into gabime:v1.x Mar 10, 2024
7 of 8 checks passed
@gabime
Copy link
Owner

gabime commented Mar 10, 2024

Thanks @magnus-nomono

gabime pushed a commit that referenced this pull request Mar 16, 2024
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