| commit | 9430a2c4c803fcb078204f87533c92dc947f4560 | [log] [tgz] |
|---|---|---|
| author | Phil Nash <phil@twobluecubes.com> | Wed Apr 20 15:40:40 2011 +0100 |
| committer | Phil Nash <phil@twobluecubes.com> | Wed Apr 20 15:40:40 2011 +0100 |
| tree | 7e3916c5991e2e4e4621a45ebf0d2cb5bafbe464 | |
| parent | d4117b920833fa0aec2fd14a48baa6e1c08a2746 [diff] [blame] |
First cut of custom exception support
diff --git a/catch.hpp b/catch.hpp index 0a241b0..488dde4 100644 --- a/catch.hpp +++ b/catch.hpp
@@ -28,6 +28,7 @@ #include "internal/catch_capture.hpp" #include "internal/catch_section.hpp" #include "internal/catch_generators.hpp" +#include "internal/catch_interfaces_exception.h" //////