Skip to content

‘runtime_error’ is not a member of ‘std’ #23

@C-H-Chien

Description

@C-H-Chien

Hi,

An error was met during the compilation:
Structure-PLP-SLAM/src/pangolin_viewer/color_scheme.cc:45:24: error: ‘runtime_error’ is not a member of ‘std’`

std::runtime_error is defined in the header <stdexcept> (according to this), so placing #include <stdexcept> in src/pangolin_viewer/color_scheme.h could solve the issue.

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