diff options
author | Peter Trompeter <christoph@zen.fritz.box> | 2020-05-15 15:20:47 +0200 |
---|---|---|
committer | Peter Trompeter <christoph@zen.fritz.box> | 2020-05-15 15:20:47 +0200 |
commit | aa54634ce7cbbfc844de945e73a9f34cdcb9bb12 (patch) | |
tree | 5b74e285020a6831a22c102c98b2c97a85b82c3b /kms++util/src | |
parent | 4091a630137400dfac389215a7ec8c43b191ec5f (diff) |
fix compiler errors with gcc 10
Diffstat (limited to 'kms++util/src')
-rw-r--r-- | kms++util/src/opts.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kms++util/src/opts.cpp b/kms++util/src/opts.cpp index afef452..5a14b84 100644 --- a/kms++util/src/opts.cpp +++ b/kms++util/src/opts.cpp @@ -1,4 +1,5 @@ #include <algorithm> +#include <stdexcept> #include <unistd.h> #include <getopt.h> |