Skip to content

Commit b0f11a9

Browse files
authored
Merge pull request #241 from amcadmus/devel
add missing c++ header for std except
2 parents 6cd18cc + a57d605 commit b0f11a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/lib/include/SimulationRegion_Impl.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include <iostream>
66
#include <limits>
77
#include <typeinfo>
8+
#include <stdexcept>
89

910
using namespace std;
1011

0 commit comments

Comments
 (0)