nall: add needed #include <stdexcept>

このコミットが含まれているのは:
invertego 2023-05-02 22:53:49 -07:00 committed by Luke Usher
コミット 6a7898396a
1個のファイルの変更2行の追加0行の削除

ファイルの表示

@ -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>