diff options
-rw-r--r-- | kms++/inc/kms++/pixelformats.h | 1 | ||||
-rw-r--r-- | kms++util/src/opts.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/kms++/inc/kms++/pixelformats.h b/kms++/inc/kms++/pixelformats.h index 784717d..4e73d5d 100644 --- a/kms++/inc/kms++/pixelformats.h +++ b/kms++/inc/kms++/pixelformats.h @@ -2,6 +2,7 @@ #include <cstdint> #include <string> +#include <stdexcept> namespace kms { 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> |