Skip to content

missing header <algorithm> #1

@JasonSKK

Description

@JasonSKK

Build fails with gcc due to a missing standard header

ScalePlayer.cpp uses std::reverse but does not include in its header file
Some environments with precompiled headers may compile successfully but gcc requires the explicit include.

adding header to ScalePlayer.h fixes the compilation
#include <algorithm>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions