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: compilation error of tc_rbtree on Ubuntu 24.04 #317

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lionriver
Copy link

On Ubuntu 24.04, a compilation error occurs when running the make -j4 command, whereas no issues arise on Ubuntu 20.04. This problem is due to a missing #include <cstdint> directive in util/include/util/tc_rbtree.h, likely caused by changes in the g++ version on Ubuntu 24.04.

5d51346aa4c30f4f0e00a476c0f6059d

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.

1 participant