aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaire Wolf <clifford@clifford.at>2020-04-22 18:00:29 +0200
committerGitHub <noreply@github.com>2020-04-22 18:00:29 +0200
commitcf3f4b53c38f7428ba5edb82e2ed27e032bf0c44 (patch)
tree419fcac21b5178ce78506ec4c814f642ca6b4f13
parentd983e72e8ec328eecf2ef9ab521198746f0c1c2a (diff)
parent0c97a5519b216648855fe7a642038133f97a742e (diff)
downloadicestorm-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.cc1
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>