jsitaraman / tioga

Tioga is a library for overset grid assembly on parallel distributed systems
GNU Lesser General Public License v3.0
66 stars 36 forks source link

Adding #include <stdexcept> to resolve compile time errors #19

Closed ashesh2512 closed 4 years ago

ashesh2512 commented 4 years ago

Addressing #18, this pull request includes the missing headers for std::runtime_error to resolve compile issues with certain compilers.

ashesh2512 commented 4 years ago

@jsitaraman Can we please merge this ? Both, the master and exawind branch do not compile on certain systems without these headers.