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

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

Open
C-H-Chien opened this issue Mar 30, 2024 · 0 comments
Open

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

C-H-Chien opened this issue Mar 30, 2024 · 0 comments

Comments

@C-H-Chien
Copy link

C-H-Chien commented Mar 30, 2024

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.

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

No branches or pull requests

1 participant