mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-16 23:43:59 +02:00
nall: Add needed #include <stdexcept>
Taken from ares commit 6a7898396a14eef257e63cd002fb26ffbf6e2581 Apparently this is needed by GCC 13.
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user