debug/system: include missing header

<exception> is required for std::current_exception
This commit is contained in:
Danny Robson 2023-10-11 10:54:33 +10:00
parent a436504d27
commit 712eb837b1
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include "../log.hpp"
#include <cstdlib>
#include <exception>
////////////////////////////////////////////////////////////////////////////////