Skip to content

Commit e6d55b5

Browse files
committed
Add missing iostream include in a README example, closes #218
1 parent 1940dc6 commit e6d55b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,8 @@ thrown exception object, with minimal or no overhead in the non-throwing path:
465465

466466
```cpp
467467
#include <cpptrace/from_current.hpp>
468+
#include <iostream>
469+
468470
void foo() {
469471
throw std::runtime_error("foo failed");
470472
}

0 commit comments

Comments
 (0)