Skip to content

Commit 4fd007e

Browse files
authored
Merge pull request #143 from cirosantilli/stdexcept
fix ‘runtime_error’ is not a member of ‘std’ build error
2 parents b2f3d4d + a1a686a commit 4fd007e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

support/lockedpool.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#endif
2020

2121
#include <algorithm>
22+
#include <stdexcept>
2223
#ifdef ARENA_DEBUG
2324
#include <iomanip>
2425
#include <iostream>

0 commit comments

Comments
 (0)