mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
#include and newline fixes from Björn Fahller
This commit is contained in:
parent
92f2d32f74
commit
7d71e9b431
@ -15,6 +15,7 @@
|
||||
|
||||
#include "catch_reporter_registry.hpp"
|
||||
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
#define TWOBLUECUBES_CATCH_LIST_HPP_INCLUDED
|
||||
|
||||
#include "catch_commandline.hpp"
|
||||
|
||||
#include <limits>
|
||||
namespace Catch
|
||||
{
|
||||
inline int List( const RunnerConfig& config )
|
||||
|
Loading…
Reference in New Issue
Block a user