mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-01 01:18:02 +00:00
Moved some std includes out from catch_common.h
This commit is contained in:
parent
324260f253
commit
9012f95964
6 changed files with 8 additions and 2 deletions
|
@ -10,6 +10,9 @@
|
|||
|
||||
#include "catch_common.h"
|
||||
|
||||
#include <stdexcept>
|
||||
|
||||
|
||||
namespace Catch
|
||||
{
|
||||
class WildcardPattern {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue