nall: Add needed #include <stdexcept>

Taken from ares commit 6a7898396a14eef257e63cd002fb26ffbf6e2581

Apparently this is needed by GCC 13.
This commit is contained in:
Tim Allen 2023-06-08 21:40:33 +10:00 committed by Screwtapello
parent 3ca0504e67
commit e658f50da2
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
//multi-precision arithmetic
//warning: each size is quadratically more expensive than the size before it!
#include <stdexcept>
#include <nall/stdint.hpp>
#include <nall/string.hpp>
#include <nall/range.hpp>