mirror of
https://github.com/catchorg/Catch2.git
synced 2025-01-22 16:53:30 +01:00
Quick fixes
This commit is contained in:
parent
6829ced265
commit
d995e36508
@ -72,6 +72,7 @@
|
|||||||
#include <catch2/internal/catch_fatal_condition_handler.hpp>
|
#include <catch2/internal/catch_fatal_condition_handler.hpp>
|
||||||
#include <catch2/internal/catch_floating_point_helpers.hpp>
|
#include <catch2/internal/catch_floating_point_helpers.hpp>
|
||||||
#include <catch2/internal/catch_getenv.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_is_permutation.hpp>
|
||||||
#include <catch2/internal/catch_istream.hpp>
|
#include <catch2/internal/catch_istream.hpp>
|
||||||
#include <catch2/internal/catch_jsonwriter.hpp>
|
#include <catch2/internal/catch_jsonwriter.hpp>
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
// Copyright Catch2 Authors
|
// Copyright Catch2 Authors
|
||||||
// Distributed under the Boost Software License, Version 1.0.
|
// Distributed under the Boost Software License, Version 1.0.
|
||||||
// (See accompanying file LICENSE.txt or copy at
|
// (See accompanying file LICENSE.txt or copy at
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
// Copyright Catch2 Authors
|
// Copyright Catch2 Authors
|
||||||
// Distributed under the Boost Software License, Version 1.0.
|
// Distributed under the Boost Software License, Version 1.0.
|
||||||
// (See accompanying file LICENSE.txt or copy at
|
// (See accompanying file LICENSE.txt or copy at
|
||||||
|
Loading…
Reference in New Issue
Block a user