diff options
| author | Pierre-Anthony Lemieux <pal@palemieux.com> | 2020-05-07 11:10:08 -0700 |
|---|---|---|
| committer | Pierre-Anthony Lemieux <pal@palemieux.com> | 2020-05-07 11:10:08 -0700 |
| commit | 4ca9a065e5e2d7923dc937bb780d996cf4c18adf (patch) | |
| tree | 80a9ee0d76712d602023dd92838aaaca47e9e89b /src | |
| parent | 0c19889a513a74f7615f09ed8db065302d3f3c49 (diff) | |
Address https://github.com/cinecert/asdcplib/pull/33#discussion_r421689866
Diffstat (limited to 'src')
| -rw-r--r-- | src/AS_02_IAB.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/AS_02_IAB.cpp b/src/AS_02_IAB.cpp index 319833f..cbee6e2 100644 --- a/src/AS_02_IAB.cpp +++ b/src/AS_02_IAB.cpp @@ -32,6 +32,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include <iostream> #include <iomanip> +#include <stdexcept> namespace Kumu { class RuntimeError : public std::runtime_error { |
