mirror of https://github.com/bsnes-emu/bsnes.git
nall: Add needed #include <stdexcept>
Taken from ares commit 6a7898396a14eef257e63cd002fb26ffbf6e2581 Apparently this is needed by GCC 13.
This commit is contained in:
parent
3ca0504e67
commit
e658f50da2
|
@ -3,6 +3,8 @@
|
||||||
//multi-precision arithmetic
|
//multi-precision arithmetic
|
||||||
//warning: each size is quadratically more expensive than the size before it!
|
//warning: each size is quadratically more expensive than the size before it!
|
||||||
|
|
||||||
|
#include <stdexcept>
|
||||||
|
|
||||||
#include <nall/stdint.hpp>
|
#include <nall/stdint.hpp>
|
||||||
#include <nall/string.hpp>
|
#include <nall/string.hpp>
|
||||||
#include <nall/range.hpp>
|
#include <nall/range.hpp>
|
||||||
|
|
Loading…
Reference in New Issue