Quick fixes

This commit is contained in:
Jeremy Rifkin 2025-01-18 10:39:25 -06:00
parent 6829ced265
commit d995e36508
No known key found for this signature in database
GPG Key ID: 19AA8270105E8EB4
3 changed files with 3 additions and 0 deletions

View File

@ -72,6 +72,7 @@
#include <catch2/internal/catch_fatal_condition_handler.hpp>
#include <catch2/internal/catch_floating_point_helpers.hpp>
#include <catch2/internal/catch_getenv.hpp>
#include <catch2/internal/catch_global_lock.hpp>
#include <catch2/internal/catch_is_permutation.hpp>
#include <catch2/internal/catch_istream.hpp>
#include <catch2/internal/catch_jsonwriter.hpp>

View File

@ -1,3 +1,4 @@
// Copyright Catch2 Authors
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE.txt or copy at

View File

@ -1,3 +1,4 @@
// Copyright Catch2 Authors
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE.txt or copy at