🛠 Add <exception> header where strictly necessary

This commit is contained in:
ThePhD 2023-05-16 12:13:49 -04:00
parent f53bb3ae7b
commit 05d7eb5a00
No known key found for this signature in database
GPG Key ID: 1509DB1C0F702BFA
4 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include <algorithm>
#include <chrono>
#include <exception>
#include <functional>
#include <string>
#include <vector>

View File

@ -22,6 +22,8 @@
#include <catch2/internal/catch_move_and_forward.hpp>
#include <catch2/internal/catch_reporter_registry.hpp>
#include <exception>
namespace Catch {
namespace {

View File

@ -27,6 +27,7 @@
#include <algorithm>
#include <cassert>
#include <exception>
#include <iomanip>
#include <set>

View File

@ -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 {