diff --git a/README.md b/README.md index 996c5e6..f41cf00 100644 --- a/README.md +++ b/README.md @@ -465,6 +465,8 @@ thrown exception object, with minimal or no overhead in the non-throwing path: ```cpp #include +#include + void foo() { throw std::runtime_error("foo failed"); }