mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Merge pull request #1938 from AI-Pranto/g++-11
Allow compilation with G++ 11
This commit is contained in:
commit
18e7ca4a82
1 changed files with 1 additions and 0 deletions
1
src/external/quartic_solver.cpp
vendored
1
src/external/quartic_solver.cpp
vendored
|
|
@ -2,6 +2,7 @@
|
|||
#include <cmath>
|
||||
#include <complex>
|
||||
#include <cstdlib>
|
||||
#include <limits>
|
||||
|
||||
namespace oqs {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue