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

Unbreak build with libc++ #92

Merged
merged 1 commit into from
Apr 9, 2024
Merged

Unbreak build with libc++ #92

merged 1 commit into from
Apr 9, 2024

Commits on Apr 8, 2024

  1. fix(server): add missing header for libc++ after 7d0be51

    In file included from server/security_context_v1.cpp:6:
    server/security_context_v1_p.h:110:10: error: no template named 'unordered_map' in namespace 'std'
        std::unordered_map<uint32_t, std::unique_ptr<security_context_inviter>> inviters;
        ~~~~~^
    server/security_context_v1.cpp:26:5: error: cannot initialize object parameter of type 'Wrapland::Server::Wayland::Global<Wrapland::Server::security_context_manager_v1, 1>' with an expression of type 'Wrapland::Server::security_context_manager_v1::Private'
        create();
        ^~~~~~
    server/security_context_v1.cpp:42:39: error: cannot initialize object parameter of type 'Wrapland::Server::Wayland::Global<Wrapland::Server::security_context_manager_v1, 1>' with an expression of type 'Wrapland::Server::security_context_manager_v1::Private'
            listen_fd, close_fd, app_id, *handle->d_ptr->display()->handle, [this, index] {
                                          ^~~~~~~~~~~~~~~
    3 errors generated.
    jbeich committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    d4d703b View commit details
    Browse the repository at this point in the history