diff options
| -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 { |
