mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 04:07:10 +01:00 
			
		
		
		
	🛠 Add <exception> header where strictly necessary
This commit is contained in:
		| @@ -30,6 +30,7 @@ | ||||
|  | ||||
| #include <algorithm> | ||||
| #include <chrono> | ||||
| #include <exception> | ||||
| #include <functional> | ||||
| #include <string> | ||||
| #include <vector> | ||||
|   | ||||
| @@ -22,6 +22,8 @@ | ||||
| #include <catch2/internal/catch_move_and_forward.hpp> | ||||
| #include <catch2/internal/catch_reporter_registry.hpp> | ||||
|  | ||||
| #include <exception> | ||||
|  | ||||
| namespace Catch { | ||||
|  | ||||
|     namespace { | ||||
|   | ||||
| @@ -27,6 +27,7 @@ | ||||
|  | ||||
| #include <algorithm> | ||||
| #include <cassert> | ||||
| #include <exception> | ||||
| #include <iomanip> | ||||
| #include <set> | ||||
|  | ||||
|   | ||||
| @@ -11,6 +11,8 @@ | ||||
| #include <catch2/internal/catch_test_failure_exception.hpp> | ||||
| #include <catch2/internal/catch_move_and_forward.hpp> | ||||
|  | ||||
| #include <exception> | ||||
|  | ||||
| namespace Catch { | ||||
|  | ||||
|     namespace { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ThePhD
					ThePhD