diff options
| author | Miodrag Milanovic <mmicko@gmail.com> | 2020-04-17 12:27:17 +0200 | 
|---|---|---|
| committer | Miodrag Milanovic <mmicko@gmail.com> | 2020-04-17 12:27:17 +0200 | 
| commit | 0c97a5519b216648855fe7a642038133f97a742e (patch) | |
| tree | 9ad9199805b04b947eacd7f7febe578c92793f6f | |
| parent | d05659d83a3bb51ec5f7451d403fff9de1371c59 (diff) | |
| download | icestorm-0c97a5519b216648855fe7a642038133f97a742e.tar.gz icestorm-0c97a5519b216648855fe7a642038133f97a742e.tar.bz2 icestorm-0c97a5519b216648855fe7a642038133f97a742e.zip  | |
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>  | 
