Merge pull request #2689 from ThePhD/fix/includes/header-exception

🛠💚 Add <exception> header where strictly necessary
This commit is contained in:
Martin Hořeňovský 2023-05-16 18:41:19 +02:00 committed by GitHub
commit 06c0e1cfab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {