diff options
author | Claire Wolf <clifford@clifford.at> | 2020-04-22 18:00:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-22 18:00:29 +0200 |
commit | cf3f4b53c38f7428ba5edb82e2ed27e032bf0c44 (patch) | |
tree | 419fcac21b5178ce78506ec4c814f642ca6b4f13 | |
parent | d983e72e8ec328eecf2ef9ab521198746f0c1c2a (diff) | |
parent | 0c97a5519b216648855fe7a642038133f97a742e (diff) | |
download | icestorm-cf3f4b53c38f7428ba5edb82e2ed27e032bf0c44.tar.gz icestorm-cf3f4b53c38f7428ba5edb82e2ed27e032bf0c44.tar.bz2 icestorm-cf3f4b53c38f7428ba5edb82e2ed27e032bf0c44.zip |
Merge pull request #252 from mmicko/gcc10
Explicit include to compile with GCC 10
-rw-r--r-- | icetime/icetime.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/icetime/icetime.cc b/icetime/icetime.cc index cc37625..0735b00 100644 --- a/icetime/icetime.cc +++ b/icetime/icetime.cc @@ -30,6 +30,7 @@ #include <functional> #include <map> #include <set> +#include <stdexcept> #include <string> #include <tuple> #include <vector> |