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 build with boost 1.86.0 #14562

Merged
merged 1 commit into from
Aug 19, 2024
Merged

Fix build with boost 1.86.0 #14562

merged 1 commit into from
Aug 19, 2024

Commits on Aug 16, 2024

  1. Fix build with boost 1.86.0

    Boost 1.86.0 changes seem to no longer indirectly include header which
    causes build to fail with:
    ```
    uuid-utils.cc:38:58:
    error: 'random' is not a class, namespace, or enumeration
    ```
    
    boost/random/mersenne_twister.hpp has been available since Boost 1.21.2
    cho-m committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    eed5600 View commit details
    Browse the repository at this point in the history