diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2020-05-17 21:39:15 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-17 21:39:15 +0300 |
commit | 852eedd94c0d519bb63ca989b9e13fa9c36f6b14 (patch) | |
tree | 8b026d070db9ca4cea14936b78653951b22a8b82 /kms++/inc | |
parent | 0d1709762320459496c55a2dac09974caa7a0ba5 (diff) | |
parent | aa54634ce7cbbfc844de945e73a9f34cdcb9bb12 (diff) |
Merge pull request #54 from ilteroi/gcc10
fix compiler errors with gcc 10
Diffstat (limited to 'kms++/inc')
-rw-r--r-- | kms++/inc/kms++/pixelformats.h | 1 |
1 files changed, 1 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 { |