vtnerd / motrix

Real-time terminal visualizer for the monero daemon
Other
25 stars 4 forks source link

Added missing #include <stdexcept> #7

Closed nalal closed 3 years ago

nalal commented 3 years ago

Building on Arch Linux failed, throwing a error: ‘runtime_error’ is not a member of ‘std’ error for both system_warning.cpp and falling_text.cpp due too a missing include (stdexcept). I added the include statement for the library which should resolve this.

nalal commented 3 years ago

I'm a dunce and forgot to check active PRs, this has already been solved, I'll close this