Skip to content

Commit

Permalink
nall: Add needed #include <stdexcept>
Browse files Browse the repository at this point in the history
Taken from ares commit 6a7898396a14eef257e63cd002fb26ffbf6e2581

Apparently this is needed by GCC 13.
  • Loading branch information
Screwtapello committed Jun 8, 2023
1 parent 3ca0504 commit e658f50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nall/arithmetic.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit e658f50

Please sign in to comment.