aboutsummaryrefslogtreecommitdiff
path: root/kms++util/src/opts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kms++util/src/opts.cpp')
-rw-r--r--kms++util/src/opts.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/kms++util/src/opts.cpp b/kms++util/src/opts.cpp
index afef452..ba49995 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>
@@ -74,7 +75,7 @@ void OptionSet::parse(int argc, char** argv)
}
}
- longopts.push_back(option {});
+ longopts.push_back(option{});
while (1) {
int long_idx = 0;