Skip to content

Commit

Permalink
Merge pull request #143 from cirosantilli/stdexcept
Browse files Browse the repository at this point in the history
fix ‘runtime_error’ is not a member of ‘std’ build error
  • Loading branch information
kallewoof authored Feb 6, 2024
2 parents b2f3d4d + a1a686a commit 4fd007e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions support/lockedpool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#endif

#include <algorithm>
#include <stdexcept>
#ifdef ARENA_DEBUG
#include <iomanip>
#include <iostream>
Expand Down

0 comments on commit 4fd007e

Please sign in to comment.