Merge pull request #1938 from AI-Pranto/g++-11

Allow compilation with G++ 11
This commit is contained in:
Paul Romano 2022-01-05 10:20:24 -06:00 committed by GitHub
commit 18e7ca4a82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@
#include <cmath>
#include <complex>
#include <cstdlib>
#include <limits>
namespace oqs {