diff --git a/lectures/17_exceptions/README.md b/lectures/17_exceptions/README.md index 256c8c7..8215d77 100644 --- a/lectures/17_exceptions/README.md +++ b/lectures/17_exceptions/README.md @@ -150,6 +150,7 @@ Here’s code using exceptions to sort a collection of lines by slope: #include #include #include +#include // for fabs() function class Point { public: