summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPierre-Anthony Lemieux <pal@palemieux.com>2020-05-07 11:10:08 -0700
committerPierre-Anthony Lemieux <pal@palemieux.com>2020-05-07 11:10:08 -0700
commit4ca9a065e5e2d7923dc937bb780d996cf4c18adf (patch)
tree80a9ee0d76712d602023dd92838aaaca47e9e89b /src
parent0c19889a513a74f7615f09ed8db065302d3f3c49 (diff)
Address https://github.com/cinecert/asdcplib/pull/33#discussion_r421689866
Diffstat (limited to 'src')
-rw-r--r--src/AS_02_IAB.cpp1
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 {